public class ParquetFormatConfig extends Object implements FormatPluginConfig
| Constructor and Description |
|---|
ParquetFormatConfig() |
ParquetFormatConfig(Boolean autoCorrectCorruptDates,
boolean enableStringsSignedMinMax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areCorruptDatesAutoCorrected() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isStringsSignedMinMaxEnabled()
Parquet statistics for UTF-8 data for files created prior to 1.9.1 parquet library version was stored incorrectly.
|
String |
toString() |
public ParquetFormatConfig()
public ParquetFormatConfig(Boolean autoCorrectCorruptDates, boolean enableStringsSignedMinMax)
public boolean areCorruptDatesAutoCorrected()
public boolean isStringsSignedMinMaxEnabled()
Copyright © 2021 The Apache Software Foundation. All rights reserved.