Type Alias deltalake::arrow::array::FixedSizeListIter

source ·
pub type FixedSizeListIter<'a> = ArrayIter<&'a FixedSizeListArray>;
Expand description

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

Aliased Type§

struct FixedSizeListIter<'a> { /* private fields */ }