Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
impl Iterator for BitChunkIterator<'_> {
Callers
5
iter
Method · 0.45
test_iter_aligned
Function · 0.45
test_iter_unaligned
Function · 0.45
test_iter_unaligned_remainder_1_byte
Function · 0.45
get_bit_iterator_cases
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
3
test_iter_aligned
Function · 0.36
test_iter_unaligned
Function · 0.36
test_iter_unaligned_remainder_1_byte
Function · 0.36