uber / aresdb

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

Array support 4 #289

Closed voyager-dw closed 5 years ago

voyager-dw commented 5 years ago

binder/functor and go part change for array support, will use separate diff to update null support and UUID support more tests to add

codecov[bot] commented 5 years ago

Codecov Report

Merging #289 into master will increase coverage by 0.11%. The diff coverage is 84.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   71.71%   71.83%   +0.11%     
==========================================
  Files         166      166              
  Lines       23096    23214     +118     
==========================================
+ Hits        16564    16675     +111     
- Misses       5241     5250       +9     
+ Partials     1291     1289       -2
Impacted Files Coverage Δ
query/aql_context.go 88.23% <ø> (ø) :arrow_up:
memstore/common/vector_party.go 0% <ø> (ø) :arrow_up:
memstore/list/live_vector_party.go 58.13% <0%> (-1.96%) :arrow_down:
query/aql_processor.go 80.68% <100%> (+0.79%) :arrow_up:
query/time_series_aggregate.go 79.87% <100%> (+2.49%) :arrow_up:
query/aql_compiler.go 73.78% <50%> (+0.04%) :arrow_up:
memstore/list/archive_vector_party.go 64.31% <92%> (+3.68%) :arrow_up:
memstore/options.go 54.54% <0%> (-45.46%) :arrow_down:
broker/query_plan_non_agg.go 78.91% <0%> (-1.98%) :arrow_down:
memstore/cuckoo_index.go 90.26% <0%> (-1.01%) :arrow_down:
... and 15 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 8ff5876...2092817. Read the comment docs.