Skip to content

Add SQL support for referencing fields in structs #119

@alamb

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10761

I would like to be able to use SQL to query data sources such as Parquet and JSON that support nested types.

Example:
{code:java}
SELECT id, first_name, address.zip AS zip_code FROM customer{code}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions