\brief Return an iterator to the first record batch in the stream
| 439 | }; |
| 440 | /// \brief Return an iterator to the first record batch in the stream |
| 441 | RecordBatchReaderIterator begin() { return RecordBatchReaderIterator(this); } |
| 442 | |
| 443 | /// \brief Return an iterator to the end of the stream |
| 444 | RecordBatchReaderIterator end() { return RecordBatchReaderIterator(); } |
nothing calls this directly
no test coverage detected