Function polars_arrow::compute::cast::binary_to_large_utf8
source · pub fn binary_to_large_utf8(
from: &BinaryArray<i32>,
to_data_type: ArrowDataType,
) -> PolarsResult<Utf8Array<i64>>
Available on crate feature
compute_cast
only.