Uses of Class
dev.hardwood.writer.ColumnWriter
Packages that use ColumnWriter
Package
Description
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Uses of ColumnWriter in dev.hardwood.writer
Methods in dev.hardwood.writer that return ColumnWriterModifier and TypeMethodDescriptionParquetFileWriter.columnWriter()Returns the column-oriented view over this file: a batch-shaped API for callers that hold columns rather than records.