Skip to content

Attribute lineage: Dependency from aggregation expressions to preceding selection operations #791

Open
@wajda

Description

In the following pseudo query, output attribute b should depend not only on a, but also on c and g even though they are not directly present in b's AST.

SELECT AGG(a) as b, g
  FROM t
 WHERE c
 GROUP BY g

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions