Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/byte_view_array.rs:910–912 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
908
}
909
910
fn nulls(&self) -> Option<&NullBuffer> {
911
self.nulls.as_ref()
912
}
913
914
fn logical_null_count(&self) -> usize {
915
// More efficient that the default implementation
Callers
4
gc
Method · 0.45
total_bytes_len
Method · 0.45
from
Method · 0.45
invalid_array_data
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
1
invalid_array_data
Function · 0.36