Class: ClickHouse::HTTPClient::ExecutionResult
- Inherits:
-
Data
- Object
- Data
- ClickHouse::HTTPClient::ExecutionResult
- Defined in:
- lib/clickhouse/http_client.rb
Overview
Successful outcome of a command-style query. Failures raise instead of returning a result. Statistics are parsed from x-clickhouse-summary and are final because every request sends wait_end_of_query=1.
Instance Attribute Summary collapse
-
#query_id ⇒ Object
readonly
Returns the value of attribute query_id.
-
#statistics ⇒ Object
readonly
Returns the value of attribute statistics.
Instance Attribute Details
#query_id ⇒ Object (readonly)
Returns the value of attribute query_id
49 50 51 |
# File 'lib/clickhouse/http_client.rb', line 49 def query_id @query_id end |
#statistics ⇒ Object (readonly)
Returns the value of attribute statistics
49 50 51 |
# File 'lib/clickhouse/http_client.rb', line 49 def statistics @statistics end |