MCPcopy Create free account
hub / github.com/apache/arrow-rs / is_null

Method is_null

arrow-array/src/array/mod.rs:482–484  ·  view source on GitHub ↗
(&self, index: usize)

Source from the content-addressed store, hash-verified

480 }
481
482 fn is_null(&self, index: usize) -> bool {
483 self.as_ref().is_null(index)
484 }
485
486 fn is_valid(&self, index: usize) -> bool {
487 self.as_ref().is_valid(index)

Callers 7

logical_nullsMethod · 0.45
logical_null_countMethod · 0.45
logical_nullsMethod · 0.45
fromMethod · 0.45
is_nullMethod · 0.45
is_validMethod · 0.45
print_long_arrayFunction · 0.45

Calls 2

is_nullFunction · 0.85
as_refMethod · 0.45

Tested by

no test coverage detected