-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed as duplicate
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request