Commit 7ee239e
Enable AT/BEFORE timestamp versioning syntax in OpteryxDialect
Add supports_timestamp_versioning() returning true to enable:
- AT(TIMESTAMP => '...') syntax (Snowflake-style)
- BEFORE(TIMESTAMP => '...') syntax
- FOR SYSTEM_TIME AS OF '...' syntax (SQL:2011 standard)
This allows the parser to recognize these time-travel syntaxes
even though Opteryx doesn't use them yet.
Co-authored-by: joocer <1688479+joocer@users.noreply.github.com>1 parent 7abe4a0 commit 7ee239e
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
129 | 138 | | |
0 commit comments