Skip to content

Implement .* oprator to select all fileds of a strctured type #195

Open
@dnicolodi

Description

Given a colum c with structured typeT having fields a and b, SELECT c.* would be equivalent to SELECT c.a, c.b.

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