Available on crate feature compute_bitwise only.
Expand description

Contains bitwise operators: or, and, xor and not.

Functions

Performs AND operation on two PrimitiveArrays.

Performs AND operation between a PrimitiveArray and scalar.

Returns a new PrimitiveArray with the bitwise not.

Performs OR operation on two PrimitiveArrays.

Performs OR operation between a PrimitiveArray and scalar.

Performs XOR operation between two PrimitiveArrays.

Performs XOR operation between a PrimitiveArray and scalar.