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