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

Arranger to transform column's reference projections to typed column projection #62

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

During the parsing of a query, column projections cannot be typed (facet, measurement or timestamp). This type is important for other arrangers, relying on it to execute their own arrangements. e.g. the arranger to transform facet projections into slicers (#59) must be sure that the projections reference some facets.