polars_core::export::cast

Function utf8_to_utf8view

pub fn utf8_to_utf8view<O>(arr: &Utf8Array<O>) -> BinaryViewArrayGeneric<str>
where O: Offset,