Class: ClickHouse::HTTPClient::ExecutionResult

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#query_idObject (readonly)

Returns the value of attribute query_id

Returns:

  • (Object)

    the current value of query_id



49
50
51
# File 'lib/clickhouse/http_client.rb', line 49

def query_id
  @query_id
end

#statisticsObject (readonly)

Returns the value of attribute statistics

Returns:

  • (Object)

    the current value of statistics



49
50
51
# File 'lib/clickhouse/http_client.rb', line 49

def statistics
  @statistics
end