-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changeloghelp wanted
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow-rs/parquet/src/column/reader/decoder.rs
Lines 84 to 90 in c585544
| pub trait RepetitionLevelDecoder: ColumnLevelDecoder { | |
| /// Skips over repetition level corresponding to `num_records` records, where a record | |
| /// is delimited by a repetition level of 0 | |
| /// | |
| /// Returns the number of records skipped, and the number of levels skipped | |
| fn skip_rep_levels(&mut self, num_records: usize) -> Result<(usize, usize)>; | |
| } |
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.
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changeloghelp wanted