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

Method iter

arrow-array/src/array/byte_view_array.rs:365–367  ·  view source on GitHub ↗

Constructs a new iterator for iterating over the values of this array

(&self)

Source from the content-addressed store, hash-verified

363
364 /// Constructs a new iterator for iterating over the values of this array
365 pub fn iter(&self) -> ArrayIter<&Self> {
366 ArrayIter::new(self)
367 }
368
369 /// Returns an iterator over the bytes of this array, including null values
370 pub fn bytes_iter(&self) -> impl Iterator<Item = &[u8]> {

Callers 15

bytes_iterMethod · 0.45
lengthsMethod · 0.45
gcMethod · 0.45
total_bytes_lenMethod · 0.45
claimMethod · 0.45
fromMethod · 0.45
is_asciiMethod · 0.45
check_gcFunction · 0.45
test_gc_all_inlineFunction · 0.45
test_gc_all_largeFunction · 0.45

Calls

no outgoing calls