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

Basic filtering on windows (QUALIFY) #12

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

The QUALIFY clause is used to filter the results of Window function. This filtering of results is similar to how a HAVING clause filters the results of aggregate functions applied based on the GROUP BY clause.