Commit 4d3104b
committed
Add parser tests with ClickHouse EXPLAIN AST verification
- Add comprehensive parser tests for SELECT, DDL, and expressions
- Test against ClickHouse EXPLAIN AST to verify compatibility
- All 39 ClickHouse comparison tests pass
- Fix AS alias precedence to properly parse column aliases
- Add JSON serialization tests1 parent f70ddda commit 4d3104b
2 files changed
+561
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments