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