AbsaOSS / AbsaOSS/spline

Attribute lineage: Dependency from aggregation expressions to preceding selection operations

Aberta
#791 3 comentários 0 reações 0 responsáveis Ver no GitHub
Epic feature
Linguagem predominante
Scala
Estrelas
667
Forks
155
Merge médio
3d 6h
PRs com merge (30d)
4

Descrição

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.

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.