Class EasyFormatPlugin.EasyFormatConfig
java.lang.Object
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin.EasyFormatConfig
- Enclosing class:
- EasyFormatPlugin<T extends FormatPluginConfig>
Defines the static, programmer-defined options for this plugin. These
options are attributes of how the plugin works. The plugin config,
defined in the class definition, provides user-defined options that can
vary across uses of the plugin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
org.apache.hadoop.conf.Configuration
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
EasyFormatConfig
-
-
Method Details
-
getMatcher
-
isReadable
public boolean isReadable() -
isWritable
public boolean isWritable() -
isBlockSplittable
public boolean isBlockSplittable() -
isCompressible
public boolean isCompressible() -
getFsConf
public org.apache.hadoop.conf.Configuration getFsConf() -
getExtensions
-
getDefaultName
-
supportsLimitPushdown
public boolean supportsLimitPushdown() -
supportsProjectPushdown
public boolean supportsProjectPushdown() -
supportsFileImplicitColumns
public boolean supportsFileImplicitColumns() -
supportsAutoPartitioning
public boolean supportsAutoPartitioning() -
supportsStatistics
public boolean supportsStatistics() -
getReaderOperatorType
-
getWriterOperatorType
-
scanVersion
-
builder
-
toBuilder
-