| Interface | Description |
|---|---|
| ParquetBuilder<T> |
A builder to create a
ParquetWriter from a Parquet OutputFile. |
| Class | Description |
|---|---|
| ParquetAvroInputFormat |
An implementation of
ParquetInputFormat to read records from Parquet files and convert
them to Avro GenericRecord. |
| ParquetBulkWriter<T> |
A simple
BulkWriter implementation that wraps a ParquetWriter. |
| ParquetColumnarRowInputFormat<SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> |
A
ParquetVectorizedInputFormat to provide RowData iterator. |
| ParquetFileFormatFactory |
Parquet format factory for file system.
|
| ParquetInputFormat<E> |
The base InputFormat class to read from Parquet files.
|
| ParquetMapInputFormat |
An implementation of
ParquetInputFormat to read Map records from Parquet files. |
| ParquetPojoInputFormat<E> |
An implementation of
ParquetInputFormat to read POJO records from Parquet files. |
| ParquetRowInputFormat |
An implementation of
ParquetInputFormat to read Row records from Parquet files. |
| ParquetTableSource |
A TableSource to read Parquet files.
|
| ParquetTableSource.Builder |
Constructs an
ParquetTableSource. |
| ParquetVectorizedInputFormat<T,SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> |
Parquet
BulkFormat that reads data from the file to VectorizedColumnBatch in
vectorized mode. |
| ParquetVectorizedInputFormat.ParquetReaderBatch<T> |
Reader batch that provides writing and reading capabilities.
|
| ParquetWriterFactory<T> |
A factory that creates a Parquet
BulkWriter. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.