matrixorigin / matrixorigin/matrixone
[Subtask]: Rollup using Sort
Abierto
kind/subtask
priority/p0
- Lenguaje dominante
- Go
- Estrellas
- 1.9k
- Forks
- 311
- Merge medio
- 1 d 3 h
- PR fusionados (30 d)
- 768
Descripción
### 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_
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.