\brief Return an iterator to the first record batch in the stream
| 434 | }; |
| 435 | /// \brief Return an iterator to the first record batch in the stream |
| 436 | RecordBatchReaderIterator begin() { return RecordBatchReaderIterator(this); } |
| 437 | |
| 438 | /// \brief Return an iterator to the end of the stream |
| 439 | RecordBatchReaderIterator end() { return RecordBatchReaderIterator(); } |
nothing calls this directly
no test coverage detected