Attribute lineage: Dependency from aggregation expressions to preceding selection operations
オープン
Epic
feature
- 主要言語
- Scala
- スター
- 667
- フォーク
- 155
- 平均マージ
- 3日 6時間
- マージ済み PR(30日)
- 4
説明
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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。