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

Method SetSharedTQueryCtxSize

be/src/runtime/coordinator.cc:1940–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1938}
1939
1940void Coordinator::ExecQueryRpcStats::SetSharedTQueryCtxSize(
1941 int64_t tqueryctx_size, int64_t descriptor_table_size) {
1942 tqueryctx_size_ = tqueryctx_size;
1943 descriptor_table_size_ = descriptor_table_size;
1944}
1945
1946void Coordinator::ExecQueryRpcStats::ReportRpcSize(int64_t size) {
1947 execquery_rpc_sizes_->UpdateCounter(size);

Callers 1

StartBackendExecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected