This topic describes the bitwise operators supported by PolarDB-X 1.0.

PolarDB-X 1.0 supports the following bitwise operators.

Operator Description
& Bitwise AND
~ Bitwise inversion
l Bitwise OR
^ Bitwise XOR
<< Left shift
>> Right shift