| 58 | } |
| 59 | |
| 60 | void ExchangePlanNode::Close() { |
| 61 | ScalarExpr::Close(ordering_exprs_); |
| 62 | PlanNode::Close(); |
| 63 | } |
| 64 | |
| 65 | Status ExchangePlanNode::CreateExecNode(RuntimeState* state, ExecNode** node) const { |
| 66 | ObjectPool* pool = state->obj_pool(); |
nothing calls this directly
no test coverage detected