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

Method Close

be/src/exec/topn-node.cc:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void TopNPlanNode::Close() {
109 ScalarExpr::Close(ordering_exprs_);
110 ScalarExpr::Close(partition_exprs_);
111 ScalarExpr::Close(intra_partition_ordering_exprs_);
112 ScalarExpr::Close(output_tuple_exprs_);
113 ScalarExpr::Close(noop_tuple_exprs_);
114 PlanNode::Close();
115}
116
117Status TopNPlanNode::CreateExecNode(RuntimeState* state, ExecNode** node) const {
118 ObjectPool* pool = state->obj_pool();

Callers 1

OpenMethod · 0.45

Calls 5

getMethod · 0.65
resetMethod · 0.65
clearMethod · 0.65
FreeAllMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected