MCPcopy Create free account
hub / github.com/apache/impala / SetQueryId

Method SetQueryId

be/src/common/thread-debug-info.h:62–64  ·  view source on GitHub ↗

Saves 'query_id' to member 'query_id_'

Source from the content-addressed store, hash-verified

60
61 /// Saves 'query_id' to member 'query_id_'
62 void SetQueryId(const TUniqueId& query_id) {
63 query_id_ = query_id;
64 }
65 /// Saves 'instance_id' to member 'instance_id_'
66 void SetInstanceId(const TUniqueId& instance_id) {
67 instance_id_ = instance_id;

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64