Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_null
Method
is_null
arrow-array/src/iterator.rs:69–74 ·
view source on GitHub ↗
(&self, idx: usize)
Source
from the content-addressed store, hash-verified
67
68
#[inline]
69
fn is_null(&self, idx: usize) -> bool {
70
self.logical_nulls
71
.as_ref()
72
.map(|x| x.is_null(idx))
73
.unwrap_or_default()
74
}
75
}
76
77
impl<T: ArrayAccessor> Iterator for ArrayIter<T> {
Callers
12
parse_default_literal
Method · 0.45
test_nested_record_field_addition
Function · 0.45
values_equal_at
Function · 0.45
test_run_end_encoded_sliced_roundtrip_writer
Function · 0.45
expand_ree_to_int32
Function · 0.45
encode
Method · 0.45
next
Method · 0.45
next_back
Method · 0.45
release_stream
Function · 0.45
get_stream_last_error
Method · 0.45
next
Method · 0.45
next_back
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
2
test_nested_record_field_addition
Function · 0.36
test_run_end_encoded_sliced_roundtrip_writer
Function · 0.36