Commit 242667a
Handle implicit aliases in projection SELECT column parsing
Projection column lists like `SELECT name, max(frequency) max_frequency`
need to handle implicit aliases where an identifier follows an expression
without the AS keyword. This adds parseImplicitAlias call after parsing
each column expression in projections.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5ec3094 commit 242667a
File tree
5 files changed
+6
-20
lines changed- parser
- testdata
- 01710_projections_in_distributed_query
- 01710_projections
- 02796_projection_date_filter_on_view
- 03230_system_projections
5 files changed
+6
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8006 | 8006 | | |
8007 | 8007 | | |
8008 | 8008 | | |
| 8009 | + | |
| 8010 | + | |
8009 | 8011 | | |
8010 | 8012 | | |
8011 | 8013 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments