Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/run_array.rs:442–444 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
440
}
441
442
fn len(&self) -> usize {
443
self.run_ends.len()
444
}
445
446
fn is_empty(&self) -> bool {
447
self.run_ends.is_empty()
Callers
7
logical_len
Method · 0.45
try_new
Method · 0.45
from
Method · 0.45
logical_nulls
Method · 0.45
build_input_array
Function · 0.45
test_ree_array_accessor
Function · 0.45
test_get_physical_indices_sliced
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_ree_array_accessor
Function · 0.36
test_get_physical_indices_sliced
Function · 0.36