public class ParquetReaderConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParquetReaderConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
ENABLE_BYTES_READ_COUNTER |
static String |
ENABLE_BYTES_TOTAL_COUNTER |
static String |
ENABLE_TIME_READ_COUNTER |
Constructor and Description |
---|
ParquetReaderConfig(Boolean enableBytesReadCounter,
Boolean enableBytesTotalCounter,
Boolean enableTimeReadCounter,
Boolean autoCorrectCorruptedDates,
Boolean enableStringsSignedMinMax) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.conf.Configuration |
addCountersToConf(org.apache.hadoop.conf.Configuration conf) |
boolean |
autoCorrectCorruptedDates() |
static ParquetReaderConfig.Builder |
builder() |
boolean |
enableBytesReadCounter() |
boolean |
enableBytesTotalCounter() |
boolean |
enableStringsSignedMinMax() |
boolean |
enableTimeReadCounter() |
boolean |
equals(Object o) |
static ParquetReaderConfig |
getDefaultInstance() |
int |
hashCode() |
org.apache.parquet.ParquetReadOptions |
toReadOptions() |
String |
toString() |
public static final String ENABLE_BYTES_READ_COUNTER
public static final String ENABLE_BYTES_TOTAL_COUNTER
public static final String ENABLE_TIME_READ_COUNTER
public static ParquetReaderConfig.Builder builder()
public static ParquetReaderConfig getDefaultInstance()
public boolean enableBytesReadCounter()
public boolean enableBytesTotalCounter()
public boolean enableTimeReadCounter()
public boolean autoCorrectCorruptedDates()
public boolean enableStringsSignedMinMax()
public org.apache.parquet.ParquetReadOptions toReadOptions()
public org.apache.hadoop.conf.Configuration addCountersToConf(org.apache.hadoop.conf.Configuration conf)
Copyright © 1970 The Apache Software Foundation. All rights reserved.