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

Method into_iter

arrow-array/src/array/byte_view_array.rs:960–962  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

958 type IntoIter = ArrayIter<Self>;
959
960 fn into_iter(self) -> Self::IntoIter {
961 ArrayIter::new(self)
962 }
963}
964
965impl<T: ByteViewType + ?Sized> From<ArrayData> for GenericByteViewArray<T> {

Callers 7

from_iter_valuesMethod · 0.45
prefix_bytes_iterMethod · 0.45
suffix_bytes_iterMethod · 0.45
fromMethod · 0.45
from_iterMethod · 0.45
test_gcFunction · 0.45
test_eqFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_gcFunction · 0.36
test_eqFunction · 0.36