Module push_decoder

Module push_decoder 

Source
Expand description

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

Modules§

reader_builder 🔒
remaining 🔒

Structs§

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

Enums§

ParquetDecoderState 🔒
Internal state machine for the ParquetPushDecoder

Type Aliases§

ParquetPushDecoderBuilder
A builder for ParquetPushDecoder.