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

Method IsDone

be/src/runtime/coordinator-backend-state.cc:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496bool Coordinator::BackendState::IsDone() {
497 unique_lock<mutex> lock(lock_);
498 return IsDoneLocked(lock);
499}
500
501inline bool Coordinator::BackendState::IsDoneLocked(
502 const unique_lock<std::mutex>& lock) const {

Callers 5

LogFirstInProgressMethod · 0.45
GetActiveBackendsMethod · 0.45
ConstructReportMethod · 0.45
MonitorFInstancesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected