pub fn primitive_to_utf8<T, O>(from: &PrimitiveArray<T>) -> Utf8Array<O> where
    T: NativeType + ToLexical,
    O: Offset
This is supported on crate feature compute_cast only.
Expand description

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