Type Definition arrow_array::iterator::Decimal256Iter
source · [−]pub type Decimal256Iter<'a> = DecimalIter<'a, Decimal256Type>;Expand description
an iterator that returns Some(Decimal256) or None, that can be used on a
super::Decimal256Array