pub fn decode_required_decimal_price(
values: &Decimal128Array,
precision: u8,
field: &'static str,
row: usize,
) -> Result<Price, EncodingError>Expand description
Decodes a required price from a scale-16 decimal column.
ยงErrors
Returns an EncodingError if the value is null or cannot be represented by this build.