Method: Cql::Client::QueryResult#trace_id

Defined in:
lib/cql/client/query_result.rb

#trace_idCql::Uuid (readonly)

The ID of the query trace associated with the query, if any.

Returns:



24
25
26
# File 'lib/cql/client/query_result.rb', line 24

def trace_id
  @trace_id
end