make_array_formatter

Function make_array_formatter 

Source
pub(crate) fn make_array_formatter<'a>(
    array: &'a dyn Array,
    options: &FormatOptions<'a>,
    field: Option<&'a Field>,
) -> Result<ArrayFormatter<'a>, ArrowError>
Expand description

Used to create a new ArrayFormatter from the given array, while also checking whether there is an override available in the ArrayFormatterFactory.