lance
lance copied to clipboard
feat: add a packed struct encoding to lance
Introduces a new PackedStruct encoding, should speed up random access for struct data, ref #2601
- Can currently support non-nullable, primitive fixed-length types (including fixed size list)
- Implemented as a physical type array encoder
- The user can select whether they want to use this encoding by specifying the field
"packed"astrueorfalsein the metadata. The default will use the oldStructFieldEncoder
Codecov Report
Attention: Patch coverage is 91.78744% with 34 lines in your changes missing coverage. Please review.
Project coverage is 79.25%. Comparing base (
501a642) to head (825042a).
Additional details and impacted files
@@ Coverage Diff @@
## main #2593 +/- ##
==========================================
+ Coverage 79.14% 79.25% +0.11%
==========================================
Files 218 219 +1
Lines 63617 63927 +310
Branches 63617 63927 +310
==========================================
+ Hits 50351 50668 +317
+ Misses 10325 10311 -14
- Partials 2941 2948 +7
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 79.25% <91.78%> (+0.11%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.