fn list_cast(input: ListRef<'_>, ctx: &Context) -> Result<ListValue>
Expand description
Cast array with source_elem_type
into array with target_elem_type
by casting each element.
fn list_cast(input: ListRef<'_>, ctx: &Context) -> Result<ListValue>
Cast array with source_elem_type
into array with target_elem_type
by casting each element.