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

Method iter

arrow-array/src/array/list_view_array.rs:369–371  ·  view source on GitHub ↗

Constructs a new iterator

(&self)

Source from the content-addressed store, hash-verified

367
368 /// Constructs a new iterator
369 pub fn iter(&self) -> GenericListViewArrayIter<'_, OffsetSize> {
370 GenericListViewArrayIter::<'_, OffsetSize>::new(self)
371 }
372
373 #[inline]
374 fn get_type(data_type: &DataType) -> Option<&DataType> {

Callers 6

try_newMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls