How do I write/use in Sigma BITWISE operators?
If you are on SnowFlake, Snowflake has bitwise functions:
https://docs.snowflake.com/en/sql-reference/expressions-byte-bit.html
In order to call them from Sigma, you can use our passthrough function CallNumber() :
If you need to use any aggregate functions then you’ll need to call AggNumber
(or whatever the return type is) instead of the CallNumber():
1 Like