Module arrow_array::run_iterator
source · Expand description
Idiomatic iterator for RunArray
Structs
The
RunArrayIter
provides an idiomatic way to iterate over the run array.
It returns Some(T) if there is a value or None if the value is null.