Uses of Class
dev.hardwood.writer.WriterConfig
Packages that use WriterConfig
Package
Description
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Uses of WriterConfig in dev.hardwood.writer
Methods in dev.hardwood.writer that return WriterConfigModifier and TypeMethodDescriptionWriterConfig.Builder.build()Builds the immutable configuration.static WriterConfigWriterConfig.defaults()The default configuration.Methods in dev.hardwood.writer with parameters of type WriterConfigModifier and TypeMethodDescriptionstatic ParquetFileWriterParquetFileWriter.create(OutputFile out, FileSchema schema, WriterConfig config) Opens a writer, writing the leading magic bytes.