Interface | Description |
---|---|
ParquetBuilder<T> |
A builder to create a
ParquetWriter from a Parquet OutputFile . |
Class | Description |
---|---|
ParquetBulkWriter<T> |
A simple
BulkWriter implementation that wraps a ParquetWriter . |
ParquetFileSystemFormatFactory |
Parquet
FileSystemFormatFactory for file system. |
ParquetFileSystemFormatFactory.ParquetInputFormat |
An implementation of
ParquetInputFormat to read RowData records from Parquet
files. |
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 . |
ParquetWriterFactory<T> |
A factory that creates a Parquet
BulkWriter . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.