pub fn price_raw_to_decimal(
raw: PriceRaw,
field: &'static str,
) -> Result<Option<i128>, ArrowError>Expand description
Encodes a model price raw value at the catalog’s uniform decimal scale.
§Errors
Returns an [ArrowError::InvalidArgumentError] if raw is [PRICE_ERROR].