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

Method GetCoordinatorBackendId

be/src/runtime/query-state.cc:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319UniqueIdPB 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
325int64_t QueryState::GetMaxReservation() {
326 int64_t mem_limit = query_mem_tracker_->GetLowestLimit(MemLimit::HARD);

Callers 1

Calls 1

TUniqueIdToUniqueIdPBFunction · 0.85

Tested by

no test coverage detected