BITAND(a, b)
Bitwise AND of two numeric or binary expressions (a
and b
).
BITAND_AGG(a)
Bitwise AND value of all non-NULL numeric records in a group a
.
BITNOT(a)
Bitwise negation of a
numeric or binary expression.
BITOR(a, b)
Bitwise OR of two numeric or binary expressions (a
and b
).
BITOR_AGG(a)
Bitwise OR value of all non-NULL numeric records in a group a
.
BITSHIFTLEFT(a, n)
Shift the bits for a
numeric or binary expression n
positions to the left.
BITSHIFTRIGHT(a, n)
Shift the bits for a
numeric or binary expression n
positions to the right, with sign extension.
BITXOR(a, b)
Bitwise XOR of two numeric or binary expressions (a
and b
).
BITXOR_AGG(a)
Bitwise XOR value of all non-NULL numeric records in a group a
.
GETBIT(a, n)
Return the bit at position n
in a
numeric expression.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4