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

Method iter

arrow-buffer/src/buffer/boolean.rs:610–612  ·  view source on GitHub ↗

Returns an iterator over the bits in this [`BooleanBuffer`]

(&self)

Source from the content-addressed store, hash-verified

608
609 /// Returns an iterator over the bits in this [`BooleanBuffer`]
610 pub fn iter(&self) -> BitIterator<'_> {
611 self.into_iter()
612 }
613
614 /// Returns an [`UnalignedBitChunk`] over this buffer's values.
615 fn unaligned_bit_chunks(&self) -> UnalignedBitChunk<'_> {

Callers 6

from_bitwise_unary_opMethod · 0.45
has_trueMethod · 0.45
has_falseMethod · 0.45

Calls 1

into_iterMethod · 0.45

Tested by 2