Bitwise expression functions¶
This family of functions can be used to perform bitwise operations on numbers or a group of numeric records.
Function Name | Syntax | Summary Description |
---|---|---|
| Bitwise AND of two numeric or binary expressions ( | |
| Bitwise AND value of all non-NULL numeric records in a group | |
| Bitwise negation of | |
| Bitwise OR of two numeric or binary expressions ( | |
| Bitwise OR value of all non-NULL numeric records in a group | |
| Shift the bits for | |
| Shift the bits for | |
| Bitwise XOR of two numeric or binary expressions ( | |
| Bitwise XOR value of all non-NULL numeric records in a group | |
| Return the bit at position |