| 173 | } |
| 174 | |
| 175 | Status PartialSortNode::Reset(RuntimeState* state, RowBatch* row_batch) { |
| 176 | DCHECK(false) << "PartialSortNode cannot be part of a subplan."; |
| 177 | return Status("Cannot reset partial sort"); |
| 178 | } |
| 179 | |
| 180 | void PartialSortNode::Close(RuntimeState* state) { |
| 181 | if (is_closed()) return; |