Skip to content

Python api doesn't have indexed field access (see #1005) #1501

@nl5887

Description

@nl5887

PR #1006 implements indexed field access for SQL, but currently the Python API col("a") doesn't have an option to access indexed fields (and complex structs).

When adding support for indexed fields, you can use col('a')['b'] to access the indexed fields in the Python API similar to SQL.

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