Package net.tlabs.tablesaw.parquet
Class TablesawParquetWriter.Builder
- java.lang.Object
-
- org.apache.parquet.hadoop.ParquetWriter.Builder<tech.tablesaw.api.Row,TablesawParquetWriter.Builder>
-
- net.tlabs.tablesaw.parquet.TablesawParquetWriter.Builder
-
- Enclosing class:
- TablesawParquetWriter
protected static class TablesawParquetWriter.Builder extends org.apache.parquet.hadoop.ParquetWriter.Builder<tech.tablesaw.api.Row,TablesawParquetWriter.Builder>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(org.apache.hadoop.fs.Path path, tech.tablesaw.api.Table table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.parquet.hadoop.api.WriteSupport<tech.tablesaw.api.Row>getWriteSupport(org.apache.hadoop.conf.Configuration conf)protected TablesawParquetWriter.Builderself()-
Methods inherited from class org.apache.parquet.hadoop.ParquetWriter.Builder
build, config, enableDictionaryEncoding, enablePageWriteChecksum, enableValidation, withBloomFilterEnabled, withBloomFilterEnabled, withBloomFilterNDV, withByteStreamSplitEncoding, withCompressionCodec, withConf, withDictionaryEncoding, withDictionaryEncoding, withDictionaryPageSize, withEncryption, withMaxPaddingSize, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupSize, withValidation, withWriteMode, withWriterVersion
-
-
-
-
Method Detail
-
self
protected TablesawParquetWriter.Builder self()
- Specified by:
selfin classorg.apache.parquet.hadoop.ParquetWriter.Builder<tech.tablesaw.api.Row,TablesawParquetWriter.Builder>
-
getWriteSupport
protected org.apache.parquet.hadoop.api.WriteSupport<tech.tablesaw.api.Row> getWriteSupport(org.apache.hadoop.conf.Configuration conf)
- Specified by:
getWriteSupportin classorg.apache.parquet.hadoop.ParquetWriter.Builder<tech.tablesaw.api.Row,TablesawParquetWriter.Builder>
-
-