Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/null_array.rs:101–103 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
99
}
100
101
fn len(&self) -> usize {
102
self.len
103
}
104
105
fn is_empty(&self) -> bool {
106
self.len == 0
Callers
2
from
Method · 0.45
test_null_array_with_parent_null_buffer
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_null_array_with_parent_null_buffer
Function · 0.36