Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ null_count
Method
null_count
arrow-array/src/array/mod.rs:490–492 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
488
}
489
490
fn null_count(&self) -> usize {
491
self.as_ref().null_count()
492
}
493
494
fn logical_null_count(&self) -> usize {
495
self.as_ref().logical_null_count()
Callers
15
make_encoder
Method · 0.45
try_binary
Function · 0.45
try_binary_mut
Function · 0.45
aggregate
Function · 0.45
min_boolean
Function · 0.45
max_boolean
Function · 0.45
min_max_helper
Function · 0.45
min_max_view_helper
Function · 0.45
sum_array
Function · 0.45
sum_array_checked
Function · 0.45
sum_checked
Function · 0.45
try_new_impl
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected