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

Method is_end

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

\brief Whether the iterator has reached the end of both arrays

Source from the content-addressed store, hash-verified

488
489 /// \brief Whether the iterator has reached the end of both arrays
490 bool is_end() const { return logical_pos_ == logical_length_; }
491
492 /// \brief Return the logical position immediately after the run.
493 ///

Callers 6

CompareRunEndEncodedMethod · 0.45
DoAppendArraySliceMethod · 0.45
TYPED_TEST_PFunction · 0.45
ExpandAllRunsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TYPED_TEST_PFunction · 0.36