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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupSize, withRowGroupSize, withValidation, withWriteMode, withWriterVersion
-
-
-
-
Method Detail
-
self
protected GorParquetWriter.GorParquetBuilder 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>
-
-