Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ logical_nulls
Method
logical_nulls
arrow-array/src/array/mod.rs:478–480 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
476
}
477
478
fn logical_nulls(&self) -> Option<NullBuffer> {
479
self.as_ref().logical_nulls()
480
}
481
482
fn is_null(&self, index: usize) -> bool {
483
self.as_ref().is_null(index)
Callers
15
new
Method · 0.45
slice_for_chunk
Method · 0.45
test_calculate_one_level_2
Function · 0.45
test_calculate_nested_struct_levels
Function · 0.45
mixed_struct_list
Function · 0.45
test_map_array
Function · 0.45
test_list_of_struct
Function · 0.45
test_struct_mask_list
Function · 0.45
test_list_mask_struct
Function · 0.45
test_fixed_size_list
Function · 0.45
test_fixed_size_list_of_struct
Function · 0.45
test_fixed_size_list_empty
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
15
test_calculate_one_level_2
Function · 0.36
test_calculate_nested_struct_levels
Function · 0.36
mixed_struct_list
Function · 0.36
test_map_array
Function · 0.36
test_list_of_struct
Function · 0.36
test_struct_mask_list
Function · 0.36
test_list_mask_struct
Function · 0.36
test_fixed_size_list
Function · 0.36
test_fixed_size_list_of_struct
Function · 0.36
test_fixed_size_list_empty
Function · 0.36
test_fixed_size_list_of_var_lists
Function · 0.36
test_null_dictionary_values
Function · 0.36