Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/struct_array.rs:510–512 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
508
}
509
510
fn nulls(&self) -> Option<&NullBuffer> {
511
self.nulls.as_ref()
512
}
513
514
fn logical_null_count(&self) -> usize {
515
// More efficient that the default implementation
Callers
4
flatten
Method · 0.45
from
Method · 0.45
test_struct_array_from_data_with_offset_and_length
Function · 0.45
test_struct_array_from_data_with_offset_and_length_error
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
2
test_struct_array_from_data_with_offset_and_length
Function · 0.36
test_struct_array_from_data_with_offset_and_length_error
Function · 0.36