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

Method is_empty

arrow-buffer/src/buffer/boolean.rs:478–480  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

476 /// Returns true if this [`BooleanBuffer`] is empty
477 #[inline]
478 pub fn is_empty(&self) -> bool {
479 self.bit_len == 0
480 }
481
482 /// Free up unused memory.
483 pub fn shrink_to_fit(&mut self) {

Callers 2

from_bitwise_unary_opMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected