Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/mod.rs:474–476 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
472
}
473
474
fn nulls(&self) -> Option<&NullBuffer> {
475
self.as_ref().nulls()
476
}
477
478
fn logical_nulls(&self) -> Option<NullBuffer> {
479
self.as_ref().logical_nulls()
Callers
15
rebuild_list_array_with_element
Function · 0.45
make_encoder
Method · 0.45
and_kleene
Function · 0.45
or_kleene
Function · 0.45
binary_boolean_kernel
Function · 0.45
not
Function · 0.45
binary_mut
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
Calls
1
as_ref
Method · 0.45
Tested by
2
test_list_view_with_nulls
Function · 0.36
test_utf8_view_ffi_from_dangling_pointer
Function · 0.36