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

Parser for projections #34

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

The parser should be able to extract the name of time series and the following projections

SELECT Producer, `LOWER(WindPark)` FROM WindEnergy;
SELECT MAX(Produced) FROM WindEnergy;