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 Type
    Method
    Description
    protected org.apache.parquet.hadoop.api.WriteSupport<org.gorpipe.gor.model.Row>
    getWriteSupport(org.apache.hadoop.conf.Configuration conf)
     
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details