You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BigQuery, MySQL, Spanner, Sybase, and Vertica provide a bit_xor aggregate function, which can run a bitwise XOR operation on all 64-bit integers in a group (from a GROUP BY query).
I propose adding a bit_xor aggregate to integer values which compiles to the function of the same name.
The text was updated successfully, but these errors were encountered:
BigQuery, MySQL, Spanner, Sybase, and Vertica provide a
bit_xoraggregate function, which can run a bitwise XOR operation on all 64-bit integers in a group (from aGROUP BYquery).I propose adding a
bit_xoraggregate to integer values which compiles to the function of the same name.The text was updated successfully, but these errors were encountered: