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

Virtual measurement for projections #74

Closed Seddryck closed 11 months ago

Seddryck commented 11 months ago

close #72

codecov-commenter commented 11 months ago

Codecov Report

Patch coverage: 93.47% and project coverage change: +0.97% :tada:

Comparison is base (391ca9a) 86.92% compared to head (8c35ea1) 87.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #74 +/- ## ========================================== + Coverage 86.92% 87.90% +0.97% ========================================== Files 92 99 +7 Lines 673 777 +104 Branches 38 49 +11 ========================================== + Hits 585 683 +98 - Misses 75 77 +2 - Partials 13 17 +4 ``` | [Files Changed](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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/Engine/QueryEngine.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9FbmdpbmUvUXVlcnlFbmdpbmUuY3M=) | `0.00% <0.00%> (ø)` | | | [Tseesecake/Modeling/AnonymousTimestamp.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9Nb2RlbGluZy9Bbm9ueW1vdXNUaW1lc3RhbXAuY3M=) | `100.00% <ø> (ø)` | | | [Tseesecake/Modeling/Facet.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9Nb2RlbGluZy9GYWNldC5jcw==) | `100.00% <ø> (ø)` | | | [Tseesecake/Modeling/Measurement.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9Nb2RlbGluZy9NZWFzdXJlbWVudC5jcw==) | `100.00% <ø> (ø)` | | | [Tseesecake/Modeling/Timestamp.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9Nb2RlbGluZy9UaW1lc3RhbXAuY3M=) | `100.00% <ø> (ø)` | | | [Tseesecake/Querying/Ordering/ColumnOrder.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9RdWVyeWluZy9PcmRlcmluZy9Db2x1bW5PcmRlci5jcw==) | `75.00% <60.00%> (ø)` | | | [...e/Parsing/Query/Calculator/ScientificCalculator.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L0NhbGN1bGF0b3IvU2NpZW50aWZpY0NhbGN1bGF0b3IuY3M=) | `83.33% <83.33%> (ø)` | | | [...ecake/Parsing/Query/Calculator/SimpleCalculator.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9QYXJzaW5nL1F1ZXJ5L0NhbGN1bGF0b3IvU2ltcGxlQ2FsY3VsYXRvci5jcw==) | `92.30% <92.30%> (ø)` | | | [...secake/Arrangers/ColumnReferenceProjectionTyped.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9BcnJhbmdlcnMvQ29sdW1uUmVmZXJlbmNlUHJvamVjdGlvblR5cGVkLmNz) | `83.33% <100.00%> (ø)` | | | [Tseesecake/Arrangers/FacetProjectionAsSlicer.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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-VHNlZXNlY2FrZS9BcnJhbmdlcnMvRmFjZXRQcm9qZWN0aW9uQXNTbGljZXIuY3M=) | `86.66% <100.00%> (ø)` | | | ... and [17 more](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/74?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: Have feedback on the report? Share it here.