Skip to content

Implement AnyOp and AllOp operators #6602

@izveigor

Description

@izveigor

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions