| 3402 | |
| 3403 | private: |
| 3404 | Status OutputBatchCallback(ExecBatch batch) { |
| 3405 | return output_->InputReceived(this, std::move(batch)); |
| 3406 | } |
| 3407 | |
| 3408 | Status FinishedCallback(int64_t total_num_batches) { |
| 3409 | ARROW_RETURN_NOT_OK( |
no test coverage detected