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

Method null_count

arrow-data/src/transform/mod.rs:765–767  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

763 /// Returns the current null count
764 #[inline]
765 pub fn null_count(&self) -> usize {
766 self.data.null_count
767 }
768
769 /// Creates a [ArrayData] from the in progress array, consuming `self`.
770 pub fn freeze(self) -> ArrayData {

Callers 5

fixed_binary_equalFunction · 0.45
primitive_equalFunction · 0.45
equalFunction · 0.45
with_capacitiesMethod · 0.45
into_builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected