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

Method Close

be/src/exec/analytic-eval-node.cc:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void AnalyticEvalPlanNode::Close() {
95 AggFn::Close(analytic_fns_);
96 if (partition_by_eq_expr_ != nullptr) partition_by_eq_expr_->Close();
97 if (order_by_eq_expr_ != nullptr) order_by_eq_expr_->Close();
98 PlanNode::Close();
99}
100
101Status AnalyticEvalPlanNode::CreateExecNode(RuntimeState* state, ExecNode** node) const {
102 ObjectPool* pool = state->obj_pool();

Callers 2

GetNextMethod · 0.45
ResetMethod · 0.45

Calls 4

getMethod · 0.65
resetMethod · 0.65
sizeMethod · 0.45
FreeAllMethod · 0.45

Tested by

no test coverage detected