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/dictionary_array.rs:935–937 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
933
type IntoIter = ArrayIter<Self>;
934
935
fn into_iter(self) -> Self::IntoIter {
936
ArrayIter::new(self)
937
}
938
}
939
940
impl<
'a, K, V> ArrayAccessor for TypedDictionaryArray<'
a, K, V>
Callers
11
from_iter
Method · 0.45
test_dictionary_array_from_iter
Function · 0.45
test_dictionary_array_reverse_lookup_key
Function · 0.45
test_dictionary_keys_as_primitive_array
Function · 0.45
test_dictionary_keys_as_primitive_array_with_null
Function · 0.45
test_dictionary_all_nulls
Function · 0.45
test_dictionary_iter_with_null
Function · 0.45
test_try_new
Function · 0.45
test_try_new_index_too_large
Function · 0.45
test_try_new_index_too_small
Function · 0.45
test_iterator_nulls
Function · 0.45
Calls
no outgoing calls
Tested by
10
test_dictionary_array_from_iter
Function · 0.36
test_dictionary_array_reverse_lookup_key
Function · 0.36
test_dictionary_keys_as_primitive_array
Function · 0.36
test_dictionary_keys_as_primitive_array_with_null
Function · 0.36
test_dictionary_all_nulls
Function · 0.36
test_dictionary_iter_with_null
Function · 0.36
test_try_new
Function · 0.36
test_try_new_index_too_large
Function · 0.36
test_try_new_index_too_small
Function · 0.36
test_iterator_nulls
Function · 0.36