arrow_cast::cast::map

Function cast_map_values

Source
pub(crate) fn cast_map_values(
    from: &MapArray,
    to_data_type: &DataType,
    cast_options: &CastOptions<'_>,
    to_ordered: bool,
) -> Result<ArrayRef, ArrowError>
Expand description

Helper function that takes a map container and casts the inner datatype.