Package gorsat.parquet
Class GorParquetWriter.GorParquetBuilder
java.lang.Object
org.apache.parquet.hadoop.ParquetWriter.Builder<org.gorpipe.gor.model.Row,GorParquetWriter.GorParquetBuilder>
gorsat.parquet.GorParquetWriter.GorParquetBuilder
- Enclosing class:
- GorParquetWriter
public static class GorParquetWriter.GorParquetBuilder
extends org.apache.parquet.hadoop.ParquetWriter.Builder<org.gorpipe.gor.model.Row,GorParquetWriter.GorParquetBuilder>
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.parquet.hadoop.api.WriteSupport<org.gorpipe.gor.model.Row>getWriteSupport(org.apache.hadoop.conf.Configuration conf) protected GorParquetWriter.GorParquetBuilderself()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, withMaxRowCountForPageSizeCheck, withMinRowCountForPageSizeCheck, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupSize, withRowGroupSize, withValidation, withWriteMode, withWriterVersion
-
Method Details
-
self
- Specified by:
selfin classorg.apache.parquet.hadoop.ParquetWriter.Builder<org.gorpipe.gor.model.Row,GorParquetWriter.GorParquetBuilder>
-
getWriteSupport
protected org.apache.parquet.hadoop.api.WriteSupport<org.gorpipe.gor.model.Row> getWriteSupport(org.apache.hadoop.conf.Configuration conf) - Specified by:
getWriteSupportin classorg.apache.parquet.hadoop.ParquetWriter.Builder<org.gorpipe.gor.model.Row,GorParquetWriter.GorParquetBuilder>
-