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 carries the remaining row-group plan, offset/limit budget, and buffered bytes.