Expand description
Idiomatic iterators for Array
Structs§
- Array
Iter - An iterator that returns Some(T) or None, that can be used on any
ArrayAccessor
Type Aliases§
- Boolean
Iter - an iterator that returns Some(T) or None, that can be used on any BooleanArray
- Fixed
Size Binary Iter - an iterator that returns Some(T) or None, that can be used on any FixedSizeBinaryArray
- Fixed
Size List Iter - an iterator that returns Some(T) or None, that can be used on any FixedSizeListArray
- Generic
Binary Iter - an iterator that returns Some(T) or None, that can be used on any BinaryArray
- Generic
List Array Iter - an iterator that returns Some(T) or None, that can be used on any ListArray
- Generic
List View Array Iter - an iterator that returns Some(T) or None, that can be used on any ListArray
- Generic
String Iter - an iterator that returns Some(T) or None, that can be used on any Utf8Array
- MapArray
Iter - an iterator that returns Some(T) or None, that can be used on any MapArray
- Primitive
Iter - an iterator that returns Some(T) or None, that can be used on any PrimitiveArray