Class 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.GorParquetBuilder self()  
      • 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
      • Methods inherited from class java.lang.Object

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

      • getWriteSupport

        protected org.apache.parquet.hadoop.api.WriteSupport<org.gorpipe.gor.model.Row> getWriteSupport​(org.apache.hadoop.conf.Configuration conf)
        Specified by:
        getWriteSupport in class org.apache.parquet.hadoop.ParquetWriter.Builder<org.gorpipe.gor.model.Row,​GorParquetWriter.GorParquetBuilder>