Class EasyFormatPlugin.EasyFormatConfig

java.lang.Object
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin.EasyFormatConfig
Enclosing class:
EasyFormatPlugin<T extends FormatPluginConfig>

public static class EasyFormatPlugin.EasyFormatConfig extends Object
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 Details

  • Method Details

    • getMatcher

      public BasicFormatMatcher 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

      public List<String> getExtensions()
    • getDefaultName

      public String getDefaultName()
    • supportsLimitPushdown

      public boolean supportsLimitPushdown()
    • supportsProjectPushdown

      public boolean supportsProjectPushdown()
    • supportsFileImplicitColumns

      public boolean supportsFileImplicitColumns()
    • supportsAutoPartitioning

      public boolean supportsAutoPartitioning()
    • supportsStatistics

      public boolean supportsStatistics()
    • getReaderOperatorType

      public String getReaderOperatorType()
    • getWriterOperatorType

      public String getWriterOperatorType()
    • scanVersion

    • builder

    • toBuilder