Type Definition arrow::array::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