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