public class RowDataParquetBuilder extends Object implements ParquetBuilder<org.apache.paimon.data.InternalRow>
ParquetBuilder for InternalRow.| 构造器和说明 |
|---|
RowDataParquetBuilder(org.apache.paimon.types.RowType rowType,
org.apache.paimon.options.Options options) |
| 限定符和类型 | 方法和说明 |
|---|---|
ParquetWriter<org.apache.paimon.data.InternalRow> |
createWriter(org.apache.parquet.io.OutputFile out,
String compression)
Creates and configures a parquet writer to the given output file.
|
String |
getCompression(String compression) |
public RowDataParquetBuilder(org.apache.paimon.types.RowType rowType,
org.apache.paimon.options.Options options)
public ParquetWriter<org.apache.paimon.data.InternalRow> createWriter(org.apache.parquet.io.OutputFile out, String compression) throws IOException
ParquetBuildercreateWriter 在接口中 ParquetBuilder<org.apache.paimon.data.InternalRow>IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.