Type Alias arrow::array::GenericStringIter

source ·
pub type GenericStringIter<'a, T> = ArrayIter<&'a GenericByteArray<GenericStringType<T>>>;
Expand description

an iterator that returns Some(T) or None, that can be used on any Utf8Array

Aliased Type§

struct GenericStringIter<'a, T> { /* private fields */ }