Attribute lineage: Dependency from aggregation expressions to preceding selection operations
Đang mở
Epic
feature
- Ngôn ngữ chính
- Scala
- Star
- 667
- Fork
- 155
- Merge trung bình
- 3 ngày 6 giờ
- Pull request đã merge (30 ngày)
- 4
Mô tả
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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.