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

Method Close

be/src/exec/sort-node.cc:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void SortPlanNode::Close() {
50 ScalarExpr::Close(ordering_exprs_);
51 ScalarExpr::Close(sort_tuple_slot_exprs_);
52 PlanNode::Close();
53}
54
55Status SortPlanNode::CreateExecNode(RuntimeState* state, ExecNode** node) const {
56 ObjectPool* pool = state->obj_pool();

Callers 1

SortInputMethod · 0.45

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected