Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/list_view_array.rs:490–492 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
488
}
489
490
fn nulls(&self) -> Option<&NullBuffer> {
491
self.nulls.as_ref()
492
}
493
494
fn logical_null_count(&self) -> usize {
495
// More efficient that the default implementation
Callers
1
from
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected