Interface | Description |
---|---|
ParquetBuilder<T> |
A builder to create a
ParquetWriter from a Parquet OutputFile . |
Class | Description |
---|---|
ParquetBulkWriter |
A simple
FormatWriter implementation that wraps a ParquetWriter . |
ParquetRowDataBuilder |
InternalRow of ParquetWriter.Builder . |
ParquetRowDataWriter |
Writes a record to the Parquet API with the expected schema in order to be written to a file.
|
RowDataParquetBuilder |
A
ParquetBuilder for InternalRow . |
StreamOutputFile |
An implementation of Parquet's
OutputFile interface that goes against a Paimon PositionOutputStream . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.