Available on crate feature
compute_bitwise
only.Functionsยง
- Performs
AND
operation on twoPrimitiveArray
s. - Performs
AND
operation between aPrimitiveArray
and scalar. - Returns a new
PrimitiveArray
with the bitwisenot
. - Performs
OR
operation on twoPrimitiveArray
s. - Performs
OR
operation between aPrimitiveArray
and scalar. - Performs
XOR
operation between twoPrimitiveArray
s. - Performs
XOR
operation between aPrimitiveArray
and scalar.