public class ParquetFormatConfig extends Object implements FormatPluginConfig
Modifier and Type | Class and Description |
---|---|
static class |
ParquetFormatConfig.ParquetFormatConfigBuilder |
Constructor and Description |
---|
ParquetFormatConfig() |
ParquetFormatConfig(Boolean autoCorrectCorruptDates,
boolean enableStringsSignedMinMax,
Integer blockSize,
Integer pageSize,
Boolean useSingleFSBlock,
String writerCompressionType,
String writerLogicalTypeForDecimals,
Boolean writerUsePrimitivesForDecimals,
String writerFormatVersion) |
Modifier and Type | Method and Description |
---|---|
static ParquetFormatConfig.ParquetFormatConfigBuilder |
builder() |
boolean |
equals(Object o) |
Integer |
getBlockSize() |
Integer |
getPageSize() |
Boolean |
getUseSingleFSBlock() |
String |
getWriterCompressionType() |
String |
getWriterFormatVersion() |
String |
getWriterLogicalTypeForDecimals() |
Boolean |
getWriterUsePrimitivesForDecimals() |
int |
hashCode() |
boolean |
isAutoCorrectCorruptDates() |
boolean |
isEnableStringsSignedMinMax() |
String |
toString() |
public ParquetFormatConfig()
public ParquetFormatConfig(Boolean autoCorrectCorruptDates, boolean enableStringsSignedMinMax, Integer blockSize, Integer pageSize, Boolean useSingleFSBlock, String writerCompressionType, String writerLogicalTypeForDecimals, Boolean writerUsePrimitivesForDecimals, String writerFormatVersion)
public static ParquetFormatConfig.ParquetFormatConfigBuilder builder()
public boolean isAutoCorrectCorruptDates()
public boolean isEnableStringsSignedMinMax()
public Integer getBlockSize()
public Integer getPageSize()
public Boolean getUseSingleFSBlock()
public String getWriterCompressionType()
public String getWriterLogicalTypeForDecimals()
public Boolean getWriterUsePrimitivesForDecimals()
public String getWriterFormatVersion()
Copyright © 1970 The Apache Software Foundation. All rights reserved.