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

Function begin

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

\brief Return an iterator to the first record batch in the stream

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected