Expand description
ParquetPushDecoder: decodes Parquet data with data provided by the
caller (rather than from an underlying reader).
Modules§
Structs§
- Parquet
Push Decoder - A push based Parquet Decoder
- Push
Buffers - Holds multiple non-contiguous, caller-provided buffers of file data.
- Push
Decoder Input - The
inputof aParquetPushDecoderBuilder.
Enums§
- Parquet
Decoder 🔒State - Internal state machine for the
ParquetPushDecoder
Functions§
- builder_
from_ 🔒remaining - Reassemble a
ParquetPushDecoderBuilderfrom a decoder’s not-yet-decoded state — the inverse ofParquetPushDecoderBuilder::build. The rebuilt builder pins the remaining row groups and carries the remaining row selection, offset/limit budget, and buffered bytes.
Type Aliases§
- Parquet
Push Decoder Builder - A builder for
ParquetPushDecoder.