Snowflake Functions
Bitwise Expression Functions
bitand
returns result of bitwise AND of integers x and y Supported Signatures
bitnot
returns result of bitwise negation of integer x Supported Signatures
bitor
returns result of bitwise OR of integers x and y Supported Signatures
bitshiftleft
returns result of arg1 bit-shifted left by arg2 bits Supported Signatures
bitshiftright
returns result of arg1 bit-shifted right by arg2 bits Supported Signatures
bitxor
returns result of bitwise XOR of integers x and y Supported Signatures
getbit
returns result of the bit of base in specific bit index Supported Signatures