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

Method Close

be/src/exec/union-node.cc:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void UnionPlanNode::Close() {
72 for (const vector<ScalarExpr*>& const_exprs : const_exprs_lists_) {
73 ScalarExpr::Close(const_exprs);
74 }
75 for (const vector<ScalarExpr*>& child_exprs : child_exprs_lists_) {
76 ScalarExpr::Close(child_exprs);
77 }
78 PlanNode::Close();
79}
80
81Status UnionPlanNode::CreateExecNode(RuntimeState* state, ExecNode** node) const {
82 ObjectPool* pool = state->obj_pool();

Callers 2

GetNextMaterializedMethod · 0.45
GetNextMethod · 0.45

Calls 3

AppendExecOptionMethod · 0.80
resetMethod · 0.65
emptyMethod · 0.45

Tested by

no test coverage detected