uber / aresdb

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

non agg query execution #211

Closed shz117 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #211 into master will decrease coverage by 0.06%. The diff coverage is 70.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #211      +/-   ##
==========================================
- Coverage   74.46%   74.39%   -0.07%     
==========================================
  Files         147      148       +1     
  Lines       19932    20031      +99     
==========================================
+ Hits        14842    14902      +60     
- Misses       3970     4004      +34     
- Partials     1120     1125       +5
Impacted Files Coverage Δ
query/aql_context.go 88.23% <0%> (ø) :arrow_up:
broker/executor.go 0% <0%> (ø) :arrow_up:
api/query_handler.go 72.85% <100%> (+0.26%) :arrow_up:
api/response.go 92.72% <100%> (ø) :arrow_up:
broker/query_plan_agg.go 88.97% <100%> (ø)
broker/query_plan_non_agg.go 68.23% <68.23%> (ø)
datanode/client/query_client.go 72.34% <71.42%> (-3.98%) :arrow_down:
query/aql_processor.go 80.13% <83.33%> (+0.02%) :arrow_up:
subscriber/common/job/driver.go 69.85% <0%> (-2.13%) :arrow_down:

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 8b496f6...e979e33. Read the comment docs.