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

Method into_iter

arrow-buffer/src/buffer/boolean.rs:777–779  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

775 type IntoIter = BitIterator<'a>;
776
777 fn into_iter(self) -> Self::IntoIter {
778 BitIterator::new(self.values(), self.bit_offset, self.bit_len)
779 }
780}
781
782impl From<&[bool]> for BooleanBuffer {

Callers 4

iterMethod · 0.45
from_iterMethod · 0.45

Calls 1

valuesMethod · 0.45