Implement Skip for DeltaBitPackDecoder
#2281
Labels
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DeltaBitPackDecoder::skip
is currently implemented by reading the values to a temporary buffer. The performance of this is likely sub-optimal.Describe the solution you'd like
It should be possible to avoid reading any values, and only reading the block headers.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: