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

Method nulls

arrow-array/src/array/list_view_array.rs:490–492  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

488 }
489
490 fn nulls(&self) -> Option<&NullBuffer> {
491 self.nulls.as_ref()
492 }
493
494 fn logical_null_count(&self) -> usize {
495 // More efficient that the default implementation

Callers 1

fromMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected