Attribute lineage: Dependency from aggregation expressions to preceding selection operations
Aberta
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.