Module arrow_array::iterator

source ·
Expand description

Idiomatic iterators for Array

Structs

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

Type Definitions

an iterator that returns Some(T) or None, that can be used on any BooleanArray
an iterator that returns Some(T) or None, that can be used on any FixedSizeBinaryArray
an iterator that returns Some(T) or None, that can be used on any BinaryArray
an iterator that returns Some(T) or None, that can be used on any ListArray
an iterator that returns Some(T) or None, that can be used on any Utf8Array
an iterator that returns Some(T) or None, that can be used on any PrimitiveArray