Commit c34e702
Add ON CLUSTER clause parsing to DELETE statement
Handle DELETE FROM table ON CLUSTER cluster WHERE ... syntax by parsing
the ON CLUSTER clause between the table name and WHERE clause.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9564725 commit c34e702
File tree
3 files changed
+12
-6
lines changed- ast
- parser
- testdata/02541_lightweight_delete_on_cluster
3 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
| 733 | + | |
733 | 734 | | |
734 | 735 | | |
735 | 736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6277 | 6277 | | |
6278 | 6278 | | |
6279 | 6279 | | |
| 6280 | + | |
| 6281 | + | |
| 6282 | + | |
| 6283 | + | |
| 6284 | + | |
| 6285 | + | |
| 6286 | + | |
| 6287 | + | |
| 6288 | + | |
6280 | 6289 | | |
6281 | 6290 | | |
6282 | 6291 | | |
| |||
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