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

Method logical_position

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

\brief Return the initial logical position of the run If is_end(), this is the same as length().

Source from the content-addressed store, hash-verified

482 ///
483 /// If is_end(), this is the same as length().
484 int64_t logical_position() const { return logical_pos_; }
485
486 /// \brief Whether the iterator is at logical position 0.
487 bool is_begin() const { return logical_pos_ == 0; }

Callers 5

TYPED_TEST_PFunction · 0.45
MergedRunsIteratorClass · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by 1

TYPED_TEST_PFunction · 0.36