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

Method DoneExecuting

be/src/runtime/query-state.h:281–281  ·  view source on GitHub ↗

Called by a FragmentInstanceState thread to notify that it's done executing.

Source from the content-addressed store, hash-verified

279
280 /// Called by a FragmentInstanceState thread to notify that it's done executing.
281 void DoneExecuting() { discard_result(instances_finished_barrier_->Notify()); }
282
283 /// Called by a FragmentInstanceState thread to notify anyone waiting on
284 /// WaitForFinishOrTimeout() or waiting on WaitForFinish().

Callers 1

ExecMethod · 0.80

Calls 2

discard_resultFunction · 0.85
NotifyMethod · 0.45

Tested by

no test coverage detected