Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/primitive_array.rs:1230–1232 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1228
}
1229
1230
fn nulls(&self) -> Option<&NullBuffer> {
1231
self.nulls.as_ref()
1232
}
1233
1234
fn logical_null_count(&self) -> usize {
1235
self.null_count()
Callers
5
unary
Method · 0.45
try_unary
Method · 0.45
unary_opt
Method · 0.45
into_builder
Method · 0.45
from
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected