MCPcopy Create free account
hub / github.com/apache/arrow / end

Function end

cpp/src/arrow/record_batch.h:444–444  ·  view source on GitHub ↗

\brief Return an iterator to the end of the stream

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected