pub fn primitive_to_utf8<T: NativeType + ToLexical, O: Offset>(
    from: &PrimitiveArray<T>
) -> Utf8Array<O>
Expand description

Returns a Utf8Array where every element is the utf8 representation of the number.