fn map_cast(map: MapRef<'_>, ctx: &Context) -> Result<MapValue>
Expand description
Cast array with source_elem_type
into array with target_elem_type
by casting each element.
fn map_cast(map: MapRef<'_>, ctx: &Context) -> Result<MapValue>
Cast array with source_elem_type
into array with target_elem_type
by casting each element.