Skip to content

Support GetArrayStructFields #992

@Kimahriman

Description

@Kimahriman

What is the problem the feature request solves?

The last support for struct and array extraction is the GetArrayStructFields expression, which is an optimization to select a nested struct field inside an array of structs, which turns into an array of the inner field type.

Describe the potential solution

Create a custom physical expression to support this. Datafusion doesn't currently support this, but it can be implemented very efficiently with the way arrow lists and structs are setup.

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