Package | Description |
---|---|
org.apache.paimon.format.parquet.writer | |
org.apache.parquet.hadoop |
Modifier and Type | Method and Description |
---|---|
ParquetWriter<InternalRow> |
RowDataParquetBuilder.createWriter(org.apache.parquet.io.OutputFile out,
String compression) |
ParquetWriter<T> |
ParquetBuilder.createWriter(org.apache.parquet.io.OutputFile out,
String compression)
Creates and configures a parquet writer to the given output file.
|
Constructor and Description |
---|
ParquetBulkWriter(ParquetWriter<InternalRow> parquetWriter)
Creates a new ParquetBulkWriter wrapping the given ParquetWriter.
|
Modifier and Type | Method and Description |
---|---|
ParquetWriter<T> |
ParquetWriter.Builder.build()
Build a
ParquetWriter with the accumulated configuration. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.