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

Method DonePreparing

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

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

Source from the content-addressed store, hash-verified

276
277 /// Called by a FragmentInstanceState thread to notify that it's done preparing.
278 void DonePreparing() { discard_result(instances_prepared_barrier_->Notify()); }
279
280 /// Called by a FragmentInstanceState thread to notify that it's done executing.
281 void DoneExecuting() { discard_result(instances_finished_barrier_->Notify()); }

Callers 1

ExecMethod · 0.80

Calls 2

discard_resultFunction · 0.85
NotifyMethod · 0.45

Tested by

no test coverage detected