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 |
---|---|
org.apache.parquet.hadoop.ParquetWriter<T> |
createWriter(org.apache.parquet.io.OutputFile out)
Creates and configures a parquet writer to the given output file.
|
org.apache.parquet.hadoop.ParquetWriter<T> createWriter(org.apache.parquet.io.OutputFile out) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.