Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_valid
Method
is_valid
arrow-array/src/array/mod.rs:486–488 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
484
}
485
486
fn is_valid(&self, index: usize) -> bool {
487
self.as_ref().is_valid(index)
488
}
489
490
fn null_count(&self) -> usize {
491
self.as_ref().null_count()
Callers
7
flush
Method · 0.45
test_primitive_array_builder_append_option
Function · 0.45
test_primitive_array_builder_append_null
Function · 0.45
test_primitive_array_builder_append_slice
Function · 0.45
try_new
Method · 0.45
key
Method · 0.45
validate_decimal_precision
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
3
test_primitive_array_builder_append_option
Function · 0.36
test_primitive_array_builder_append_null
Function · 0.36
test_primitive_array_builder_append_slice
Function · 0.36