matrixorigin / matrixorigin/matrixone
[Subtask]: Rollup using Sort
Ouverte
kind/subtask
priority/p0
- Langage dominant
- Go
- Étoiles
- 1.9k
- Forks
- 311
- Merge moyen
- 1 j 3 h
- PR mergées (30 j)
- 768
Description
### Parent Issue
#20650
### Detail of Subtask
select c1, c2, avg(x) from T group by roll up (c1, c2);
The query plan should be Scan T -> Order by C1, C2 -> Rollup Agg
select
### Describe implementation you've considered
_No response_
### Additional information
_No response_
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.