| 2387 | } |
| 2388 | |
| 2389 | std::shared_ptr<Schema> schema() const override { return schema_; } |
| 2390 | |
| 2391 | Status ReadNext(std::shared_ptr<RecordBatch>* batch) override { |
| 2392 | ARROW_RETURN_NOT_OK(this->CheckNotReleased()); |
no outgoing calls
no test coverage detected