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

Method Open

be/src/exec/subplan-node.cc:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97Status SubplanNode::Open(RuntimeState* state) {
98 SCOPED_TIMER(runtime_profile_->total_time_counter());
99 ScopedOpenEventAdder ea(this);
100 RETURN_IF_ERROR(ExecNode::Open(state));
101 RETURN_IF_ERROR(child(0)->Open(state));
102 return Status::OK();
103}
104
105Status SubplanNode::GetNext(RuntimeState* state, RowBatch* row_batch, bool* eos) {
106 SCOPED_TIMER(runtime_profile_->total_time_counter());

Callers 1

GetNextMethod · 0.45

Calls 2

OKFunction · 0.85
total_time_counterMethod · 0.80

Tested by

no test coverage detected