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

Method GetRange

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

Source from the content-addressed store, hash-verified

435template <typename OffsetType>
436struct VarRangeSelector {
437 ElementRange GetRange(int64_t index) const {
438 return ElementRange{offsets[index], offsets[index + 1]};
439 }
440
441 // Either int32_t* or int64_t*.
442 const OffsetType* offsets;

Callers 2

RunMethod · 0.45
FillForLastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected