Attribute lineage: Dependency from aggregation expressions to preceding selection operations
Abierto
Epic
feature
- Lenguaje dominante
- Scala
- Estrellas
- 667
- Forks
- 155
- Merge medio
- 3 d 6 h
- PR fusionados (30 d)
- 4
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.