Skip to content

add support for CTEs #21

@tokoko

Description

@tokoko

The way ReferenceRel is implemented in substrait makes building up queries with CTEs difficult, namely they are referred to by their ordinal positions which obviously can change when one needs to join two tables each having a set of associated CTEs.

I've added support for a simple case of having a single CTE, but I'm gonna defer more work pending on whether substrait changes the way it handles reference relations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions