Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: bit_xor aggregate #2641

Closed
tswast opened this issue Feb 23, 2021 · 0 comments · Fixed by #2647
Closed

FEAT: bit_xor aggregate #2641

tswast opened this issue Feb 23, 2021 · 0 comments · Fixed by #2647
Labels
expressions Issues or PRs related to the expression API
Milestone

Comments

@tswast
Copy link
Collaborator

tswast commented Feb 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expressions Issues or PRs related to the expression API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants