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

Method into_iter

arrow-array/src/array/primitive_array.rs:1391–1393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1389 type IntoIter = PrimitiveIter<'a, T>;
1390
1391 fn into_iter(self) -> Self::IntoIter {
1392 PrimitiveIter::<'a, T>::new(self)
1393 }
1394}
1395
1396impl<'a, T: ArrowPrimitiveType> PrimitiveArray<T> {

Calls

no outgoing calls