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

Method is_null

arrow-buffer/src/buffer/null.rs:173–175  ·  view source on GitHub ↗
(&self, idx: usize)

Source from the content-addressed store, hash-verified

171 /// Returns `true` if the value at `idx` is null
172 #[inline]
173 pub fn is_null(&self, idx: usize) -> bool {
174 !self.is_valid(idx)
175 }
176
177 /// Returns the packed validity of this [`NullBuffer`] not including any offset
178 #[inline]

Callers 1

expandMethod · 0.45

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected