Skip to main content

money_array

Function money_array 

Source
pub fn money_array(
    values: impl IntoIterator<Item = Option<Money>>,
) -> Result<StructArray, ArrowError>
Expand description

Builds a nullable struct array containing monetary amounts and currencies.

ยงErrors

Returns an [ArrowError] if an amount or dictionary value cannot be represented.