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

Method GetRange

cpp/src/parquet/arrow/path_internal.cc:446–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 static constexpr bool kContiguous = true;
445
446 ElementRange GetRange(int64_t index) const {
447 return ElementRange{.start = offsets[index], .end = offsets[index + 1]};
448 }
449
450 // Either int32_t* or int64_t*.
451 const OffsetType* offsets;

Callers 2

RunMethod · 0.45
FillForLastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected