Module re_sdk::external::arrow::array::run_iterator
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.