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

Method nulls

arrow-array/src/array/map_array.rs:407–409  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

405 }
406
407 fn nulls(&self) -> Option<&NullBuffer> {
408 self.nulls.as_ref()
409 }
410
411 fn logical_null_count(&self) -> usize {
412 // More efficient that the default implementation

Callers 1

fromMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected