Skip to content

Support all array operators to work with columns #7119

@izveigor

Description

@izveigor

Is your feature request related to a problem or challenge?

According the concept (See: #6855) Arrow DataFusion should support at least four operators for working with arrays. But the current implementations of all operators can not work with columns. That fact reduces the user's ability to use these features in production.

The full list of operators 🎯:

  • || (alias of array_concat)
  • @> (alias of array_has_all)
  • <@ (alias of array_has_all)

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

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