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