Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/map_array.rs:407–409 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
405
}
406
407
fn nulls(&self) -> Option<&NullBuffer> {
408
self.nulls.as_ref()
409
}
410
411
fn logical_null_count(&self) -> usize {
412
// 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