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

Method nulls

arrow-array/src/array/list_array.rs:597–599  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

595 }
596
597 fn nulls(&self) -> Option<&NullBuffer> {
598 self.nulls.as_ref()
599 }
600
601 fn logical_null_count(&self) -> usize {
602 // More efficient that the default implementation

Callers 1

fromMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected