Method: Clickhouse::Connection::Query#count
- Defined in:
- lib/clickhouse/connection/query.rb
#count(options) ⇒ Object
72 73 74 75 |
# File 'lib/clickhouse/connection/query.rb', line 72 def count() = .merge(:select => "COUNT(*)") select_value().to_i end |