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