Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/mod.rs:453–455 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
451
}
452
453
fn len(&self) -> usize {
454
self.as_ref().len()
455
}
456
457
fn is_empty(&self) -> bool {
458
self.as_ref().is_empty()
Callers
2
print_long_array
Function · 0.45
test_memory_size_dictionary
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
1
test_memory_size_dictionary
Function · 0.36