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

Method into_iter

arrow-buffer/src/util/bit_chunk_iterator.rs:336–338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 type IntoIter = BitChunkIterator<'a>;
335
336 fn into_iter(self) -> Self::IntoIter {
337 self.iter()
338 }
339}
340
341impl Iterator for BitChunkIterator<'_> {

Callers 5

iterMethod · 0.45
test_iter_alignedFunction · 0.45
test_iter_unalignedFunction · 0.45
get_bit_iterator_casesFunction · 0.45

Calls 1

iterMethod · 0.45

Tested by 3

test_iter_alignedFunction · 0.36
test_iter_unalignedFunction · 0.36