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

Method FindPhysicalLength

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

Source from the content-addressed store, hash-verified

163}
164
165int64_t RunEndEncodedArray::FindPhysicalLength() const {
166 const ArraySpan span(*this->data_);
167 return ree_util::FindPhysicalLength(span);
168}
169
170} // namespace arrow

Callers 3

MakeLogicalRunEndsFunction · 0.80
TEST_PFunction · 0.80

Calls 1

FindPhysicalLengthFunction · 0.50

Tested by 1

TEST_PFunction · 0.64