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