public static class EasyFormatPlugin.EasyFormatConfig extends Object
Constructor and Description |
---|
EasyFormatConfig(EasyFormatPlugin.EasyFormatConfigBuilder builder) |
Modifier and Type | Method and Description |
---|---|
static EasyFormatPlugin.EasyFormatConfigBuilder |
builder() |
String |
getDefaultName() |
List<String> |
getExtensions() |
org.apache.hadoop.conf.Configuration |
getFsConf() |
BasicFormatMatcher |
getMatcher() |
String |
getReaderOperatorType() |
String |
getWriterOperatorType() |
boolean |
isBlockSplittable() |
boolean |
isCompressible() |
boolean |
isReadable() |
boolean |
isWritable() |
boolean |
supportsAutoPartitioning() |
boolean |
supportsFileImplicitColumns() |
boolean |
supportsLimitPushdown() |
boolean |
supportsProjectPushdown() |
boolean |
supportsStatistics() |
EasyFormatPlugin.EasyFormatConfigBuilder |
toBuilder() |
boolean |
useEnhancedScan() |
public EasyFormatConfig(EasyFormatPlugin.EasyFormatConfigBuilder builder)
public BasicFormatMatcher getMatcher()
public boolean isReadable()
public boolean isWritable()
public boolean isBlockSplittable()
public boolean isCompressible()
public org.apache.hadoop.conf.Configuration getFsConf()
public String getDefaultName()
public boolean supportsLimitPushdown()
public boolean supportsProjectPushdown()
public boolean supportsFileImplicitColumns()
public boolean supportsAutoPartitioning()
public boolean supportsStatistics()
public String getReaderOperatorType()
public String getWriterOperatorType()
public boolean useEnhancedScan()
public static EasyFormatPlugin.EasyFormatConfigBuilder builder()
public EasyFormatPlugin.EasyFormatConfigBuilder toBuilder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.