matrixorigin / matrixorigin/matrixone

[Subtask]: Sort Aggregate

Open
#20,651 1 comment 0 reactions 2 assignees Claimed by @aunjgr View on GitHub
kind/subtask
Dominant language
Go
Stars
1.9k
Forks
311
Avg merge
1d 3h
Merged PRs (30d)
768

Description

### Parent Issue

#20650

### Detail of Subtask

select avg(X) from T group by A, B, C

We can use a sort based aggregate. Scan T -> Order by A, B, C -> SortAgg

### Describe implementation you've considered

_No response_

### Additional information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.