Method: Cql::Client::QueryResult#trace_id
- Defined in:
- lib/cql/client/query_result.rb
#trace_id ⇒ Cql::Uuid (readonly)
The ID of the query trace associated with the query, if any.
24 25 26 |
# File 'lib/cql/client/query_result.rb', line 24 def trace_id @trace_id end |