T - The type of elements written by the writer.@FunctionalInterface public interface ParquetBuilder<T> extends Serializable
ParquetWriter from a Parquet OutputFile.| Modifier and Type | Method and Description |
|---|---|
ParquetWriter<T> |
createWriter(org.apache.parquet.io.OutputFile out,
String compression)
Creates and configures a parquet writer to the given output file.
|
ParquetWriter<T> createWriter(org.apache.parquet.io.OutputFile out, String compression) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.