Type Alias deltalake::arrow::array::iterator::BooleanIter

source ·
pub type BooleanIter<'a> = ArrayIter<&'a BooleanArray>;
Expand description

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

Aliased Type§

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