Module polars_arrow::compute::bitwise
source · 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.