mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-09 22:11:04 +00:00
Alter INTERVAL to support postgres syntax This patch updates our INTERVAL implementation such that the Postgres and Redshfit variation of the syntax is supported: namely that 'leading field' is optional. Fixes #177. |
||
|---|---|---|
| .. | ||
| ast | ||
| dialect | ||
| lib.rs | ||
| parser.rs | ||
| test_utils.rs | ||
| tokenizer.rs | ||