Module push_decoder

Source
Expand description

ParquetPushDecoder: decodes Parquet data with data provided by the caller (rather than from an underlying reader).

Structs§

NoInput
Type that represents “No input” for the ParquetPushDecoderBuilder
ParquetPushDecoder
A push based Parquet Decoder

Type Aliases§

ParquetPushDecoderBuilder
A builder for ParquetPushDecoder.