Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/map_array.rs:387–389 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
385
}
386
387
fn len(&self) -> usize {
388
self.value_offsets.len() - 1
389
}
390
391
fn is_empty(&self) -> bool {
392
self.value_offsets.len() <= 1
Callers
9
try_new
Method · 0.45
from
Method · 0.45
try_new_from_array_data
Method · 0.45
new_from_strings
Method · 0.45
is_empty
Method · 0.45
create_from_buffers
Function · 0.45
test_map_array
Function · 0.45
test_map_array_slice
Function · 0.45
test_map_array_index_out_of_bound
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_map_array
Function · 0.36
test_map_array_slice
Function · 0.36
test_map_array_index_out_of_bound
Function · 0.36