pub fn decode_decimal(
values: &Decimal128Array,
field: &'static str,
row: usize,
) -> Result<Decimal, EncodingError>Expand description
Decodes a Rust decimal from the catalog’s scale.
§Errors
Returns an EncodingError if the value is NULL or outside rust_decimal’s range.