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

Method null_count

arrow-buffer/src/buffer/null.rs:161–163  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

159 /// Returns the null count for this [`NullBuffer`]
160 #[inline]
161 pub fn null_count(&self) -> usize {
162 self.null_count
163 }
164
165 /// Returns `true` if the value at `idx` is not null
166 #[inline]

Callers 3

has_non_empty_nullsMethod · 0.45
from_unsliced_bufferMethod · 0.45
append_bufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected