Skip to main content

builder_from_remaining

Function builder_from_remaining 

Source
fn builder_from_remaining(
    parts: RemainingRowGroupsParts,
) -> ParquetPushDecoderBuilder
Expand description

Reassemble a ParquetPushDecoderBuilder from a decoder’s not-yet-decoded state — the inverse of ParquetPushDecoderBuilder::build. The rebuilt builder pins the remaining row groups and carries the remaining row selection, offset/limit budget, and buffered bytes.