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

Method nulls

arrow-array/src/array/boolean_array.rs:610–612  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

608 }
609
610 fn nulls(&self) -> Option<&NullBuffer> {
611 self.nulls.as_ref()
612 }
613
614 fn logical_null_count(&self) -> usize {
615 self.null_count()

Callers 6

true_countMethod · 0.45
has_trueMethod · 0.45
has_falseMethod · 0.45
bitwise_bin_opMethod · 0.45
fromMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected