Type Alias arrow::array::iterator::GenericBinaryIter
source · pub type GenericBinaryIter<'a, T> = ArrayIter<&'a GenericByteArray<GenericBinaryType<T>>>;
Expand description
an iterator that returns Some(T) or None, that can be used on any BinaryArray
Aliased Type§
struct GenericBinaryIter<'a, T> { /* private fields */ }