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

Method into_iter

arrow-array/src/array/byte_array.rs:603–605  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

601 type IntoIter = ArrayIter<Self>;
602
603 fn into_iter(self) -> Self::IntoIter {
604 ArrayIter::new(self)
605 }
606}
607
608impl<'a, Ptr, T: ByteArrayType> FromIterator<&'a Option<Ptr>> for GenericByteArray<T>

Callers 2

from_iter_valuesMethod · 0.45
from_iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected