izveigor opened a new issue, #6602: URL: https://github.com/apache/arrow-datafusion/issues/6602
### Is your feature request related to a problem or challenge? Follow on to https://github.com/apache/arrow-datafusion/issues/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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
