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

Method begin

cpp/src/arrow/util/ree_util.h:387–387  ·  view source on GitHub ↗

\brief Create an iterator representing the logical begin of the run-end encoded array

Source from the content-addressed store, hash-verified

385 /// \brief Create an iterator representing the logical begin of the run-end
386 /// encoded array
387 Iterator begin() const { return iterator(0, PhysicalIndex(0)); }
388
389 /// \brief Create an iterator representing the first invalid logical position
390 /// of the run-end encoded array

Callers 1

MergedRunsIteratorMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected