Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ into_iter
Method
into_iter
arrow-array/src/array/boolean_array.rs:713–715 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
711
type IntoIter = BooleanIter<'a>;
712
713
fn into_iter(self) -> Self::IntoIter {
714
BooleanIter::<'a>::new(self)
715
}
716
}
717
718
impl<'a> BooleanArray {
Callers
8
from_iter
Method · 0.45
test_boolean_array_from_iter
Function · 0.45
test_boolean_array_from_non_nullable_iter
Function · 0.45
test_boolean_array_from_nullable_iter
Function · 0.45
test_boolean_array_from_nullable_trusted_len_iter
Function · 0.45
test_boolean_array_from_iter_with_larger_upper_bound
Function · 0.45
test_fixed_size_binary_array_get_value_index_out_of_bound
Function · 0.45
test_into_parts
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_boolean_array_from_iter
Function · 0.36
test_boolean_array_from_non_nullable_iter
Function · 0.36
test_boolean_array_from_nullable_iter
Function · 0.36
test_boolean_array_from_nullable_trusted_len_iter
Function · 0.36
test_boolean_array_from_iter_with_larger_upper_bound
Function · 0.36
test_fixed_size_binary_array_get_value_index_out_of_bound
Function · 0.36
test_into_parts
Function · 0.36