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

Method Close

be/src/exec/exec-node.cc:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void PlanNode::Close() {
108 ScalarExpr::Close(conjuncts_);
109 ScalarExpr::Close(runtime_filter_exprs_);
110 for (auto& child : children_) {
111 child->Close();
112 }
113}
114
115Status PlanNode::CreateTree(FragmentState* state, const TPlan& plan, PlanNode** root) {
116 if (plan.nodes.size() == 0) {

Callers

nothing calls this directly

Calls 9

PrintIdFunction · 0.85
LogUsageMethod · 0.80
instance_mem_trackerMethod · 0.80
AppendExecOptionMethod · 0.80
MarkEventMethod · 0.80
sizeMethod · 0.45
FreeAllMethod · 0.45
consumptionMethod · 0.45
query_idMethod · 0.45

Tested by

no test coverage detected