Skip to main content

decode_money

Function decode_money 

Source
pub fn decode_money(
    values: &StructArray,
    field: &'static str,
    row: usize,
) -> Result<Money, EncodingError>
Expand description

Decodes a monetary value from its Arrow struct representation.

ยงErrors

Returns an EncodingError if the struct is NULL, malformed, or outside the model range.