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

Method PrepareQueryContext

be/src/service/impala-server.cc:1459–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457}
1458
1459void ImpalaServer::PrepareQueryContext(TQueryCtx* query_ctx) {
1460 PrepareQueryContext(exec_env_->configured_backend_address().hostname,
1461 exec_env_->krpc_address(), query_ctx);
1462}
1463
1464void ImpalaServer::PrepareQueryContext(const std::string& hostname,
1465 const NetworkAddressPB& krpc_addr, TQueryCtx* query_ctx) {

Callers 1

Calls 8

UnixMicrosFunction · 0.85
FromNetworkAddressPBFunction · 0.85
UniqueIdPBToTUniqueIdFunction · 0.85
UuidToQueryIdFunction · 0.85
GetThreadDebugInfoFunction · 0.85
SetQueryIdMethod · 0.80
emptyMethod · 0.45
NextDoubleFractionMethod · 0.45

Tested by

no test coverage detected