Module arrow_array::iterator

source ·
Expand description

Idiomatic iterators for Array

Structs§

Type Aliases§

  • 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 FixedSizeListArray
  • 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 MapArray
  • an iterator that returns Some(T) or None, that can be used on any PrimitiveArray