-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): support order by clause of agg call (#3720)
* support binding agg order by clause * support planning agg call with order by clause * print order by clause of agg call * correct the generation of BatchProject * publicly expose AggOrderBy::sort_exprs * remove a useless log * fix debug format of PlanAggCall * revert changes to PlanAggCall::filter * add plan tests for order by clause * return error for some invalid syntax * use Option<OrderType> instead of Option<bool> * move ORDER BY clause in debug output * fix plan tests * use Direction instead of OrderType * remove unused derive * change default value of AggOrderByExpr::direction to Direction::Asc * add a todo comment * change nulls_first field to bool without Option * fix plan tests Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ff4c0d7
commit eb1d49e
Showing
8 changed files
with
291 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.