MCPcopy 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
940impl<'a, K, V> ArrayAccessor for TypedDictionaryArray<'a, K, V>

Calls

no outgoing calls