MCPcopy Create free account
hub / github.com/apache/arrow-rs / into_iter

Method into_iter

arrow-array/src/array/run_array.rs:787–789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

785 type IntoIter = RunArrayIter<'a, R, V>;
786
787 fn into_iter(self) -> Self::IntoIter {
788 RunArrayIter::new(self)
789 }
790}
791/// An array that can be downcast to a [`RunArray`] of any run end type and any value type.
792///

Calls

no outgoing calls