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

Method GetQueryId

be/src/service/impala-hs2-server.cc:1487–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485}
1486
1487void ImpalaServer::GetQueryId(TGetQueryIdResp& return_val,
1488 const TGetQueryIdReq& request) {
1489 VLOG_QUERY << "GetQueryId(): request=" << RedactedDebugString(request);
1490 TUniqueId query_id, op_secret;
1491 Status status = THandleIdentifierToTUniqueId(
1492 request.operationHandle.operationId, &query_id, &op_secret);
1493 return_val.__set_queryId(status.ok() ? PrintId(query_id) : "");
1494}
1495
1496void ImpalaServer::SetClientInfo(TSetClientInfoResp& return_val,
1497 const TSetClientInfoReq& request) {

Callers 6

test_get_query_idMethod · 0.45
RaiseBeeswaxExceptionMethod · 0.45
PrependFragmentFunction · 0.45
TESTFunction · 0.45
write_dump_threadinfoFunction · 0.45

Calls 3

RedactedDebugStringFunction · 0.85
PrintIdFunction · 0.85
okMethod · 0.45

Tested by 2

test_get_query_idMethod · 0.36
TESTFunction · 0.36