MCPcopy 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

flushMethod · 0.45
try_newMethod · 0.45
keyMethod · 0.45

Calls 1

as_refMethod · 0.45