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

Method WaitForOpen

be/src/runtime/fragment-instance-state.cc:661–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661Status FragmentInstanceState::WaitForOpen() {
662 return opened_promise_.Get();
663}
664
665const string& FragmentInstanceState::ExecStateToString(FInstanceExecStatePB state) {
666 // Labels to send to the debug webpages to display the current state to the user.

Callers 1

WaitMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected