Commit ee69fcc
Fix Walk logic for DistinctOn clause (#195)
Add support for walking DistinctOn AST nodes in the Walk function to ensure proper traversal of SELECT DISTINCT ON expressions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>1 parent b8659ca commit ee69fcc
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
1421 | 1424 | | |
1422 | 1425 | | |
1423 | 1426 | | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
1424 | 1433 | | |
1425 | 1434 | | |
1426 | 1435 | | |
| |||
0 commit comments