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 filters #44

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

close #43 close #39 close #45

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 92.77% and project coverage change: +3.42 :tada:

Comparison is base (1392319) 81.17% compared to head (b43204a) 84.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== + Coverage 81.17% 84.59% +3.42% ========================================== Files 78 81 +3 Lines 393 474 +81 Branches 8 15 +7 ========================================== + Hits 319 401 +82 + Misses 69 64 -5 - Partials 5 9 +4 ``` | [Impacted Files](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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/Querying/Filters/FilterFactory.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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-VHNlZXNlY2FrZS9RdWVyeWluZy9GaWx0ZXJzL0ZpbHRlckZhY3RvcnkuY3M=) | `75.00% <75.00%> (ø)` | | | [Tseesecake/Parsing/Grammar.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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/44?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/Predicate.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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-VHNlZXNlY2FrZS9QYXJzaW5nL1ByZWRpY2F0ZS5jcw==) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Query/ExpressionParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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=) | `100.00% <100.00%> (+8.33%)` | :arrow_up: | | [Tseesecake/Parsing/Query/FilterParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L0ZpbHRlclBhcnNlci5jcw==) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Query/QueryParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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%> (ø)` | | | [Tseesecake/Querying/Filters/AfterTemporizer.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44?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-VHNlZXNlY2FrZS9RdWVyeWluZy9GaWx0ZXJzL0FmdGVyVGVtcG9yaXplci5jcw==) | `66.66% <100.00%> (+66.66%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/44/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.