| 860 | } |
| 861 | |
| 862 | RecordBatchReader::~RecordBatchReader() { |
| 863 | ARROW_WARN_NOT_OK(this->Close(), "Implicitly called RecordBatchReader::Close failed"); |
| 864 | } |
| 865 | |
| 866 | Result<std::shared_ptr<RecordBatch>> ConcatenateRecordBatches( |
| 867 | const RecordBatchVector& batches, MemoryPool* pool) { |