| 179 | } |
| 180 | |
| 181 | void ExchangeNode::ReleaseRecvrResources(RowBatch* output_batch) { |
| 182 | stream_recvr_->TransferAllResources(output_batch); |
| 183 | stream_recvr_->CancelStream(); |
| 184 | } |
| 185 | |
| 186 | Status ExchangeNode::GetNext(RuntimeState* state, RowBatch* output_batch, bool* eos) { |
| 187 | SCOPED_TIMER(runtime_profile_->total_time_counter()); |
nothing calls this directly
no test coverage detected