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/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
782
impl From<&[bool]> for BooleanBuffer {
Callers
4
iter
Method · 0.45
from_iter
Method · 0.45
test_extend_trusted_len_sets_byte_len
Function · 0.45
test_extend_trusted_len_then_append
Function · 0.45
Calls
1
values
Method · 0.45
Tested by
2
test_extend_trusted_len_sets_byte_len
Function · 0.36
test_extend_trusted_len_then_append
Function · 0.36