Module arrow_array::run_iterator
source · Expand description
Idiomatic iterator for RunArray
Structs
- The
RunArrayIterprovides 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.