\brief Return an iterator to the end of the stream
| 437 | |
| 438 | /// \brief Return an iterator to the end of the stream |
| 439 | RecordBatchReaderIterator end() { return RecordBatchReaderIterator(); } |
| 440 | |
| 441 | /// \brief Consume entire stream as a vector of record batches |
| 442 | Result<RecordBatchVector> ToRecordBatches(); |
nothing calls this directly
no test coverage detected