Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
int64_t RunEndEncodedArray::FindPhysicalLength() const {
166
const ArraySpan span(*this->data_);
167
return ree_util::FindPhysicalLength(span);
168
}
169
170
} // namespace arrow
Callers
3
garrow_run_end_encoded_array_find_physical_length
Function · 0.80
MakeLogicalRunEnds
Function · 0.80
TEST_P
Function · 0.80
Calls
1
FindPhysicalLength
Function · 0.50
Tested by
1
TEST_P
Function · 0.64