Uses of Interface
dev.hardwood.OutputFile
Packages that use OutputFile
Package
Description
Core entry points for reading Parquet files.
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Uses of OutputFile in dev.hardwood
Methods in dev.hardwood that return OutputFileModifier and TypeMethodDescriptionstatic OutputFileCreates an uncreatedOutputFilefor a local file path. -
Uses of OutputFile in dev.hardwood.writer
Methods in dev.hardwood.writer with parameters of type OutputFileModifier and TypeMethodDescriptionstatic ParquetFileWriterParquetFileWriter.create(OutputFile out, FileSchema schema) Opens a writer with the defaultWriterConfig.static ParquetFileWriterParquetFileWriter.create(OutputFile out, FileSchema schema, WriterConfig config) Opens a writer, writing the leading magic bytes.