| 317 | } |
| 318 | |
| 319 | UniqueIdPB QueryState::GetCoordinatorBackendId() const { |
| 320 | UniqueIdPB backend_id_pb; |
| 321 | TUniqueIdToUniqueIdPB(query_ctx_.coord_backend_id, &backend_id_pb); |
| 322 | return backend_id_pb; |
| 323 | } |
| 324 | |
| 325 | int64_t QueryState::GetMaxReservation() { |
| 326 | int64_t mem_limit = query_mem_tracker_->GetLowestLimit(MemLimit::HARD); |
no test coverage detected