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

Implement AnyOp and AllOp operators #6602

Open
izveigor opened this issue Jun 8, 2023 · 0 comments
Open

Implement AnyOp and AllOp operators #6602

izveigor opened this issue Jun 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@izveigor
Copy link
Contributor

izveigor commented Jun 8, 2023

Is your feature request related to a problem or challenge?

Follow on to #6119

It would be really nice to implement SQL Any and All operators in arrow-datafusion. These two operators have a wide scope.

Describe the solution you'd like

sqlparser-rs supports AnyOp and AllOp operators (See https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html).

Describe alternatives you've considered

No response

Additional context

https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html#variant.AnyOp
https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html#variant.AllOp

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