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(Decimal128) or None, that can be used on a super::Decimal128Array
an iterator that returns Some(Decimal256) or None, that can be used on a super::Decimal256Array
an iterator that returns Some(T) or None, that can be used on any PrimitiveArray