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

Method run_end

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

\brief Return the logical position immediately after the run. Pre-condition: *this != RunEndEncodedArraySpan::end()

Source from the content-addressed store, hash-verified

267 ///
268 /// Pre-condition: *this != RunEndEncodedArraySpan::end()
269 int64_t run_end() const { return span.run_end(physical_pos_); }
270
271 /// \brief Returns the logical length of the run.
272 ///

Callers

nothing calls this directly

Calls 1

run_endMethod · 0.45

Tested by

no test coverage detected