| 1938 | } |
| 1939 | |
| 1940 | void 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 | |
| 1946 | void Coordinator::ExecQueryRpcStats::ReportRpcSize(int64_t size) { |
| 1947 | execquery_rpc_sizes_->UpdateCounter(size); |