Commit 8ed22c5
Add graph database and temporal table parsing support
- Add MATCH predicate support in WHERE clauses
- Support chained graph patterns (A-(B)->C-(D)->E)
- Add NOT MATCH support for negated graph patterns
- Add GENERATED ALWAYS AS ROW START/END for temporal columns
- Add PERIOD FOR SYSTEM_TIME parsing in CREATE TABLE
- Add SYSTEM_VERSIONING = ON/OFF table option
- Add SystemTimePeriodDefinition AST type
- Support graph pseudo-columns ($node_id, $edge_id, $from_id, $to_id)
- Make BooleanBinaryExpression implement graphMatchExpression for chained patterns
- Make GraphMatchCompositeExpression implement booleanExpression
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e725593 commit 8ed22c5
6 files changed
Lines changed: 320 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| 67 | + | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments