Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DELTA_BYTE_ARRAY encoder #183

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the feature A new feature label Aug 16, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2022

Codecov Report

Merging #183 (0403de1) into main (7a5fc27) will increase coverage by 0.07%.
The diff coverage is 94.33%.

@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   85.63%   85.71%   +0.07%     
==========================================
  Files          82       84       +2     
  Lines        8089     8216     +127     
==========================================
+ Hits         6927     7042     +115     
- Misses       1162     1174      +12     
Impacted Files Coverage Δ
src/deserialize/hybrid_rle.rs 60.46% <57.14%> (+1.71%) ⬆️
src/encoding/delta_bitpacked/decoder.rs 96.05% <87.32%> (-3.18%) ⬇️
src/encoding/delta_length_byte_array/decoder.rs 92.85% <90.00%> (-3.30%) ⬇️
src/encoding/hybrid_rle/decoder.rs 93.75% <92.85%> (-0.82%) ⬇️
src/encoding/hybrid_rle/mod.rs 97.67% <96.96%> (-0.65%) ⬇️
src/deserialize/utils.rs 89.65% <100.00%> (-0.12%) ⬇️
src/encoding/bitpacked/decode.rs 99.39% <100.00%> (+0.91%) ⬆️
src/encoding/delta_bitpacked/mod.rs 100.00% <100.00%> (ø)
src/encoding/delta_byte_array/decoder.rs 98.50% <100.00%> (+0.88%) ⬆️
src/encoding/delta_byte_array/encoder.rs 100.00% <100.00%> (ø)
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jorgecarleitao jorgecarleitao force-pushed the add_delta_byte_encoder branch from b980caa to 0403de1 Compare August 16, 2022 06:56
@jorgecarleitao jorgecarleitao merged commit 02a43c8 into main Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants