Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/fixed_size_binary_array.rs:774–776 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
772
}
773
774
fn nulls(&self) -> Option<&NullBuffer> {
775
self.nulls.as_ref()
776
}
777
778
fn logical_null_count(&self) -> usize {
779
// 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