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ยง

ParquetPushDecoder
A push based Parquet Decoder

Enumsยง

ParquetDecoderState ๐Ÿ”’
Internal state machine for the ParquetPushDecoder

Type Aliasesยง

ParquetPushDecoderBuilder
A builder for ParquetPushDecoder.