Module iterator

Source
Expand description

Idiomatic iterators for Array

Structs§

ArrayIter
An iterator that returns Some(T) or None, that can be used on any ArrayAccessor

Type Aliases§

BooleanIter
an iterator that returns Some(T) or None, that can be used on any BooleanArray
FixedSizeBinaryIter
an iterator that returns Some(T) or None, that can be used on any FixedSizeBinaryArray
FixedSizeListIter
an iterator that returns Some(T) or None, that can be used on any FixedSizeListArray
GenericBinaryIter
an iterator that returns Some(T) or None, that can be used on any BinaryArray
GenericListArrayIter
an iterator that returns Some(T) or None, that can be used on any ListArray
GenericListViewArrayIter
an iterator that returns Some(T) or None, that can be used on any ListArray
GenericStringIter
an iterator that returns Some(T) or None, that can be used on any Utf8Array
MapArrayIter
an iterator that returns Some(T) or None, that can be used on any MapArray
PrimitiveIter
an iterator that returns Some(T) or None, that can be used on any PrimitiveArray