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

Function begin

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

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

Source from the content-addressed store, hash-verified

439 };
440 /// \brief Return an iterator to the first record batch in the stream
441 RecordBatchReaderIterator begin() { return RecordBatchReaderIterator(this); }
442
443 /// \brief Return an iterator to the end of the stream
444 RecordBatchReaderIterator end() { return RecordBatchReaderIterator(); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected