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

Named and referenced window #30

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

Close #15

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +3.74 :tada:

Comparison is base (78d40a7) 67.68% compared to head (c8075bc) 71.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ========================================== + Coverage 67.68% 71.42% +3.74% ========================================== Files 66 68 +2 Lines 229 252 +23 Branches 8 8 ========================================== + Hits 155 180 +25 + Misses 68 66 -2 Partials 6 6 ``` | [Impacted Files](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier) | Coverage Δ | | |---|---|---| | [...ng/WindowFunctions/BaseExpressionWindowFunction.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9RdWVyeWluZy9XaW5kb3dGdW5jdGlvbnMvQmFzZUV4cHJlc3Npb25XaW5kb3dGdW5jdGlvbi5jcw==) | `100.00% <ø> (ø)` | | | [...seesecake/Querying/Projections/WindowProjection.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9RdWVyeWluZy9Qcm9qZWN0aW9ucy9XaW5kb3dQcm9qZWN0aW9uLmNz) | `85.71% <100.00%> (+3.89%)` | :arrow_up: | | [Tseesecake/Querying/SelectStatement.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9RdWVyeWluZy9TZWxlY3RTdGF0ZW1lbnQuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Querying/Windows/NamedWindow.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9RdWVyeWluZy9XaW5kb3dzL05hbWVkV2luZG93LmNz) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Querying/Windows/ReferenceWindow.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9RdWVyeWluZy9XaW5kb3dzL1JlZmVyZW5jZVdpbmRvdy5jcw==) | `100.00% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/30/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.