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

Method FindPhysicalOffset

cpp/src/arrow/array/array_run_end.cc:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160int64_t RunEndEncodedArray::FindPhysicalOffset() const {
161 const ArraySpan span(*this->data_);
162 return ree_util::FindPhysicalIndex(span, 0, span.offset);
163}
164
165int64_t RunEndEncodedArray::FindPhysicalLength() const {
166 const ArraySpan span(*this->data_);

Callers 3

MakeLogicalRunEndsFunction · 0.80
TEST_PFunction · 0.80

Calls 1

FindPhysicalIndexFunction · 0.50

Tested by 1

TEST_PFunction · 0.64