Commit 613e3e5
Output GROUP BY before ORDER BY in ProjectionSelectQuery
ClickHouse outputs GROUP BY before ORDER BY in projection EXPLAIN AST.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 35d1e5f commit 613e3e5
2 files changed
Lines changed: 8 additions & 11 deletions
File tree
- internal/explain
- parser/testdata/01710_projection_group_by_order_by
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
1993 | 2000 | | |
1994 | 2001 | | |
1995 | 2002 | | |
| |||
2003 | 2010 | | |
2004 | 2011 | | |
2005 | 2012 | | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | 2013 | | |
2013 | 2014 | | |
2014 | 2015 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments