Class GroupParquetWriter.Builder

java.lang.Object
org.apache.parquet.hadoop.ParquetWriter.Builder<org.apache.parquet.example.data.Group,GroupParquetWriter.Builder>
org.gridgain.internal.sql.copy.parquet.GroupParquetWriter.Builder
Enclosing class:
GroupParquetWriter

public static class GroupParquetWriter.Builder extends org.apache.parquet.hadoop.ParquetWriter.Builder<org.apache.parquet.example.data.Group,GroupParquetWriter.Builder>
Implements a builder for a particular ParquetWriter.Builder type.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.parquet.hadoop.api.WriteSupport<org.apache.parquet.example.data.Group>
    getWriteSupport(org.apache.hadoop.conf.Configuration conf)
    withType(org.apache.parquet.schema.MessageType type)
     

    Methods inherited from class org.apache.parquet.hadoop.ParquetWriter.Builder

    build, config, enableDictionaryEncoding, enablePageWriteChecksum, enableValidation, getWriteSupport, withAdaptiveBloomFilterEnabled, withAllocator, withBloomFilterCandidateNumber, withBloomFilterEnabled, withBloomFilterEnabled, withBloomFilterFPP, withBloomFilterNDV, withByteStreamSplitEncoding, withCodecFactory, withColumnIndexTruncateLength, withCompressionCodec, withConf, withConf, withDictionaryEncoding, withDictionaryEncoding, withDictionaryPageSize, withEncryption, withExtraMetaData, withMaxBloomFilterBytes, withMaxPaddingSize, withMaxRowCountForPageSizeCheck, withMinRowCountForPageSizeCheck, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupRowCountLimit, withRowGroupSize, withRowGroupSize, withSizeStatisticsEnabled, withSizeStatisticsEnabled, withStatisticsEnabled, withStatisticsEnabled, withStatisticsTruncateLength, withValidation, withWriteMode, withWriterVersion

    Methods inherited from class java.lang.Object

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

    • withType

      public GroupParquetWriter.Builder withType(org.apache.parquet.schema.MessageType type)
    • self

      protected GroupParquetWriter.Builder self()
      Specified by:
      self in class org.apache.parquet.hadoop.ParquetWriter.Builder<org.apache.parquet.example.data.Group,GroupParquetWriter.Builder>
    • getWriteSupport

      protected org.apache.parquet.hadoop.api.WriteSupport<org.apache.parquet.example.data.Group> getWriteSupport(org.apache.hadoop.conf.Configuration conf)
      Specified by:
      getWriteSupport in class org.apache.parquet.hadoop.ParquetWriter.Builder<org.apache.parquet.example.data.Group,GroupParquetWriter.Builder>