Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/boolean_array.rs:610–612 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
608
}
609
610
fn nulls(&self) -> Option<&NullBuffer> {
611
self.nulls.as_ref()
612
}
613
614
fn logical_null_count(&self) -> usize {
615
self.null_count()
Callers
6
true_count
Method · 0.45
has_true
Method · 0.45
has_false
Method · 0.45
bitwise_bin_op
Method · 0.45
try_bitwise_bin_op_in_place
Method · 0.45
from
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected