pub fn quantity_decimal_array(
values: impl IntoIterator<Item = QuantityRaw>,
field: &'static str,
) -> Result<Decimal128Array, ArrowError>Expand description
Builds a scale-16 decimal array from model quantity raw values.
ยงErrors
Returns an [ArrowError] if a value does not fit or the declared decimal type is invalid.