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

Method nulls

arrow-array/src/array/byte_array.rs:507–509  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

505 }
506
507 fn nulls(&self) -> Option<&NullBuffer> {
508 self.nulls.as_ref()
509 }
510
511 fn logical_null_count(&self) -> usize {
512 // More efficient that the default implementation

Callers 2

into_builderMethod · 0.45
fromMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected