pub fn binary_to_large_utf8(
    from: &BinaryArray<i32>,
    to_data_type: ArrowDataType
) -> PolarsResult<Utf8Array<i64>>
Available on crate feature compute_cast only.
Expand description

Conversion to utf8

§Errors

This function errors if the values are not valid utf8