MCPcopy Create free account
hub / github.com/apache/arrow / operator==

Method operator==

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

Source from the content-addressed store, hash-verified

569 }
570
571 bool operator==(const MergedRunsIterator& other) const {
572 return logical_pos_ == other.logical_position();
573 }
574
575 bool operator!=(const MergedRunsIterator& other) const { return !(*this == other); }
576

Callers

nothing calls this directly

Calls 1

logical_positionMethod · 0.45

Tested by

no test coverage detected