AbsaOSS / AbsaOSS/spline

Attribute lineage: Dependency from aggregation expressions to preceding selection operations

オープン
#791 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。