pub fn primitive_to_utf8<T: NativeType + ToLexical, O: Offset>(
from: &PrimitiveArray<T>
) -> Utf8Array<O>Available on crate feature
compute_cast only.Expand description
Returns a Utf8Array where every element is the utf8 representation of the number.