matrixorigin / matrixorigin/matrixone
[Subtask]: Rollup using Sort
未关闭
kind/subtask
priority/p0
- 主要语言
- Go
- 星标
- 1.9k
- 派生
- 311
- 平均合并
- 1 天 2 小时
- 30 天内合并 PR
- 760
描述
### 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_
贡献指南
评估
这个 Issue 还没有评估数据。