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

Add support for bitwise operators in SQL dialects #360

Open
jonmmease opened this issue Jul 16, 2023 · 0 comments
Open

Add support for bitwise operators in SQL dialects #360

jonmmease opened this issue Jul 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jonmmease
Copy link
Collaborator

In #359 I added support for bitwise operators using the DataFusion SQL dialect, but I didn't examine the other dialects to determine what can be supported.

We should update the other dialects so that supported bitwise operators don't always fall back to using DataFusion.

@jonmmease jonmmease added the enhancement New feature or request label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant