srotya / sidewinder

Fast and scalable timeseries database
http://sidewinder.srotya.com
Apache License 2.0
25 stars 10 forks source link

#50 Adding calcite support #65

Closed ambud closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #65 into #31 will increase coverage by 2.06%. The diff coverage is 5.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##                #31      #65      +/-   ##
============================================
+ Coverage     50.49%   52.55%   +2.06%     
+ Complexity      710      708       -2     
============================================
  Files           121      119       -2     
  Lines          4414     4201     -213     
  Branches        508      488      -20     
============================================
- Hits           2229     2208      -21     
+ Misses         2034     1846     -188     
+ Partials        151      147       -4
Impacted Files Coverage Δ Complexity Δ
...nder/core/sql/calcite/SidewinderSchemaFactory.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...der/core/sql/calcite/SidewinderDatabaseSchema.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
.../sidewinder/core/sql/calcite/MeasurementTable.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...r/core/sql/calcite/functions/DateDiffFunction.java 100% <100%> (ø) 2 <2> (ø) :arrow_down:
...winder/core/sql/calcite/functions/ToTimestamp.java 100% <100%> (ø) 2 <2> (ø) :arrow_down:
...der/core/sql/calcite/functions/ToMilliseconds.java 100% <100%> (ø) 2 <2> (ø) :arrow_down:
...winder/core/sql/calcite/functions/NowFunction.java 100% <100%> (ø) 2 <2> (ø) :arrow_down:
...rotya/sidewinder/core/storage/mem/MemTagIndex.java 95.23% <0%> (-0.6%) 8% <0%> (-1%)
...a/com/srotya/sidewinder/core/SidewinderServer.java 72.34% <0%> (-0.58%) 6% <0%> (ø)
.../com/srotya/sidewinder/core/utils/MurmurHash3.java
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0c79eb1...39c18ba. Read the comment docs.