We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AnyOp
AllOp
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.
Any
All
arrow-datafusion
sqlparser-rs supports AnyOp and AllOp operators (See https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html).
sqlparser-rs
No response
https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html#variant.AnyOp https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html#variant.AllOp
The text was updated successfully, but these errors were encountered:
Struct
List
ListArray
ANY()
No branches or pull requests
Is your feature request related to a problem or challenge?
Follow on to #6119
It would be really nice to implement SQL
Any
andAll
operators inarrow-datafusion
. These two operators have a wide scope.Describe the solution you'd like
sqlparser-rs
supportsAnyOp
andAllOp
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
The text was updated successfully, but these errors were encountered: