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 specialized deserialization of one-level filtered pages #120

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

jorgecarleitao
Copy link
Owner

This PR adds an iterator adapter that can skip sections of hybrid-RLE encoded definition levels used in optional data pages.

This adapter is a specialization suitable for index-reading pages to in-memory formats that use bitmaps (like arrow).

@jorgecarleitao jorgecarleitao added the enhancement New feature or request label Apr 10, 2022
@jorgecarleitao jorgecarleitao changed the title Added deserialization of one-level filtered pages Added specialized deserialization of one-level filtered pages Apr 10, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 10, 2022

Codecov Report

Merging #120 (0616f71) into main (f8eb243) will decrease coverage by 0.02%.
The diff coverage is 78.04%.

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
- Coverage   74.51%   74.49%   -0.03%     
==========================================
  Files          77       78       +1     
  Lines        3410     3493      +83     
==========================================
+ Hits         2541     2602      +61     
- Misses        869      891      +22     
Impacted Files Coverage Δ
src/deserialize/hybrid_rle.rs 54.90% <73.91%> (-12.75%) ⬇️
src/deserialize/filtered_rle.rs 79.00% <79.00%> (ø)

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 f8eb243...0616f71. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants