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

Method length

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

Source from the content-addressed store, hash-verified

352
353 int64_t offset() const { return offset_; }
354 int64_t length() const { return length_; }
355
356 int64_t PhysicalIndex(int64_t logical_pos) const {
357 return internal::FindPhysicalIndex(run_ends_, RunEndsArray(array_span_).length,

Callers 4

is_endMethod · 0.45
MergedRunsIteratorMethod · 0.45
MakeBeginMethod · 0.45
MakeEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected