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 TypeMethodDescriptionprotected org.apache.parquet.hadoop.api.WriteSupport<org.apache.parquet.example.data.Group>getWriteSupport(org.apache.hadoop.conf.Configuration conf) protected GroupParquetWriter.Builderself()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
-
Method Details
-
withType
-
self
- Specified by:
selfin classorg.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:
getWriteSupportin classorg.apache.parquet.hadoop.ParquetWriter.Builder<org.apache.parquet.example.data.Group,GroupParquetWriter.Builder>
-