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

Method len

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

Source from the content-addressed store, hash-verified

470 /// Returns the length of this [`BooleanBuffer`] in bits (not bytes)
471 #[inline]
472 pub fn len(&self) -> usize {
473 self.bit_len
474 }
475
476 /// Returns true if this [`BooleanBuffer`] is empty
477 #[inline]

Callers 7

newMethod · 0.45
from_bitwise_unary_opMethod · 0.45
unaligned_bit_chunksMethod · 0.45
fromMethod · 0.45
test_boolean_notFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_boolean_notFunction · 0.36