Seddryck / Tseesecake

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series
https://seddryck.github.io/Tseesecake
Apache License 2.0
2 stars 1 forks source link

Constant parser should be able to parse a timestamp and an interval #43

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

It should be possible to parse a timestamp such as TIMESTAMP '2023-12-12 15:45:12' or TIMESTAMP '2023-12-12' but also an interval such as INTERVAL '3.12:00:00' or INTERVAL '00:05:00'.