Bitwise operators
This topic describes the bitwise operators supported by PolarDB-X.
PolarDB-X supports the following bitwise operators.
| Operator | Description |
|---|---|
| \& | The bitwise AND operator. |
| ~ | The Bitwise NOT operator. |
| l | The Bitwise OR operator. |
| \^ | The Bitwise XOR operator. |
| \<\< | The left shift operator. |
| >> | The right shift operator. |