| 397 | ~RowGroupRecordBatchReader() override {} |
| 398 | |
| 399 | Status ReadNext(std::shared_ptr<::arrow::RecordBatch>* out) override { |
| 400 | return batches_.Next().Value(out); |
| 401 | } |
| 402 | |
| 403 | std::shared_ptr<::arrow::Schema> schema() const override { return schema_; } |
| 404 |