matrixorigin / matrixorigin/matrixone

[Subtask]: Rollup using Sort

未关闭
#20,653 1 条评论 0 个 reaction 已指派 1 人 已被 @iamlinjunhong 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。