arrow::array

Type Alias BooleanIter

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 */ }