pub fn primitive_to_binary<T: NativeType + ToLexical, O: Offset>(
    from: &PrimitiveArray<T>
) -> BinaryArray<O>
Available on crate feature compute_cast only.
Expand description

Returns a BinaryArray where every element is the binary representation of the number.