T - The type of elements written by the writer.@FunctionalInterface public interface ParquetBuilder<T> extends Serializable
ParquetWriter from a Parquet OutputFile.| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.parquet.hadoop.ParquetWriter<T> |
createWriter(org.apache.parquet.io.OutputFile out,
String compression)
Creates and configures a parquet writer to the given output file.
|
org.apache.parquet.hadoop.ParquetWriter<T> createWriter(org.apache.parquet.io.OutputFile out, String compression) throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.