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

Array support 2 #251

Closed voyager-dw closed 5 years ago

voyager-dw commented 5 years ago

add full functions support for list archive vp and list live vp(getvalue, setvalue, read, write, etc.)

codecov-io commented 5 years ago

Codecov Report

Merging #251 into master will decrease coverage by 0.31%. The diff coverage is 60.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage   69.57%   69.26%   -0.32%     
==========================================
  Files         159      161       +2     
  Lines       21563    21810     +247     
==========================================
+ Hits        15003    15106     +103     
- Misses       5418     5515      +97     
- Partials     1142     1189      +47
Impacted Files Coverage Δ
memstore/list/memory_pool.go 93.22% <ø> (ø) :arrow_up:
...ubscriber/common/consumer/kafka/kafka_confluent.go 81.64% <0%> (ø) :arrow_up:
memstore/bootstrap.go 61.7% <0%> (ø) :arrow_up:
redolog/redolog_manager_master.go 100% <100%> (ø) :arrow_up:
diskstore/local_diskstore.go 66.12% <100%> (ø) :arrow_up:
memstore/common/upsert_batch.go 54.9% <100%> (+0.07%) :arrow_up:
memstore/common/data_value.go 80.04% <13.63%> (-5.98%) :arrow_down:
memstore/common/data_type.go 85.47% <50%> (-0.79%) :arrow_down:
memstore/list/test_factory.go 65.9% <50%> (-23.57%) :arrow_down:
memstore/list/archive_vector_party.go 61.93% <61.93%> (ø)
... and 10 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 dfd30d6...2255226. Read the comment docs.