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