Support peek_next_page()
and skip_next_page
in SerializedPageReader
#2043
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add
skip_next_page
andpeek_next_page
function to SerializedPageReader that uses the column index to skip the next page without reading it.related #1792
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: