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

Method ReportRpcSize

be/src/runtime/coordinator.cc:1946–1948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1944}
1945
1946void Coordinator::ExecQueryRpcStats::ReportRpcSize(int64_t size) {
1947 execquery_rpc_sizes_->UpdateCounter(size);
1948}
1949
1950void Coordinator::ExecQueryRpcStats::ReportRpcSizeWithWarning(int64_t size,
1951 string&& warning_message) {

Callers 1

ExecAsyncMethod · 0.80

Calls 1

UpdateCounterMethod · 0.45

Tested by

no test coverage detected