uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.01k stars 234 forks source link

hll EncodeBinary #242

Closed shz117 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #242 into master will increase coverage by 0.4%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #242     +/-   ##
=========================================
+ Coverage   69.13%   69.53%   +0.4%     
=========================================
  Files         159      159             
  Lines       21303    21758    +455     
=========================================
+ Hits        14727    15130    +403     
- Misses       5452     5483     +31     
- Partials     1124     1145     +21
Impacted Files Coverage Δ
query/common/dimval.go 64.8% <ø> (ø) :arrow_up:
datanode/client/query_client.go 60.29% <0%> (ø) :arrow_up:
query/aql_postprocessor.go 80.31% <0%> (ø) :arrow_up:
query/hll.go 91.25% <100%> (+14.72%) :arrow_up:
query/common/hll.go 53.56% <48.66%> (-0.55%) :arrow_down:
query/common/aql_query_result.go 86.66% <66.66%> (ø) :arrow_up:
memstore/bootstrap.go 61.7% <0%> (-0.84%) :arrow_down:
memstore/common/data_type.go 86.25% <0%> (-0.78%) :arrow_down:
memstore/common/data_value.go 86.02% <0%> (-0.23%) :arrow_down:
utils/metrics.go 95.23% <0%> (ø) :arrow_up:
... and 12 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 8184d30...7bde0e3. Read the comment docs.