| 2392 | } |
| 2393 | |
| 2394 | std::shared_ptr<Schema> schema() const override { return schema_; } |
| 2395 | |
| 2396 | Status ReadNext(std::shared_ptr<RecordBatch>* batch) override { |
| 2397 | ARROW_RETURN_NOT_OK(this->CheckNotReleased()); |
no outgoing calls
no test coverage detected