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 basic projections #38

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 94.36% and project coverage change: +3.53 :tada:

Comparison is base (b8eb4a7) 77.63% compared to head (022a87f) 81.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================== + Coverage 77.63% 81.17% +3.53% ========================================== Files 72 78 +6 Lines 322 393 +71 Branches 8 8 ========================================== + Hits 250 319 +69 - Misses 66 69 +3 + Partials 6 5 -1 ``` | [Impacted Files](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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 Δ | | |---|---|---| | [Tseesecake/Parsing/Query/AggregationParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L0FnZ3JlZ2F0aW9uUGFyc2VyLmNz) | `88.88% <88.88%> (ø)` | | | [Tseesecake/Parsing/Query/ExpressionParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L0V4cHJlc3Npb25QYXJzZXIuY3M=) | `91.66% <91.66%> (ø)` | | | [Tseesecake/Modeling/ColumnReference.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9Nb2RlbGluZy9Db2x1bW5SZWZlcmVuY2UuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Modeling/TimeseriesReference.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9Nb2RlbGluZy9UaW1lc2VyaWVzUmVmZXJlbmNlLmNz) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Grammar.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9QYXJzaW5nL0dyYW1tYXIuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Keyword.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9QYXJzaW5nL0tleXdvcmQuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Query/ProjectionParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L1Byb2plY3Rpb25QYXJzZXIuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Query/QueryParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L1F1ZXJ5UGFyc2VyLmNz) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/38/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.