struct Clickhouse::Response::Statistics
- Clickhouse::Response::Statistics
- Struct
- Value
- Object
Defined in:
clickhouse/response/statistics.crConstructors
Class Method Summary
Instance Method Summary
- #bytes_read
- #bytes_read=(value : Int64)
- #bytes_read? : Int64?
- #elapsed
- #elapsed=(value : Float64)
- #elapsed? : Float64?
- #rows_read
- #rows_read=(value : Int64)
- #rows_read? : Int64?
- #to_h
- #to_json(json : JSON::Builder)