Uses of Class
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin.EasyFormatConfigBuilder
-
Uses of EasyFormatPlugin.EasyFormatConfigBuilder in org.apache.drill.exec.store.dfs.easy
Modifier and TypeMethodDescriptionEasyFormatPlugin.EasyFormatConfigBuilder.blockSplittable
(boolean blockSplittable) EasyFormatPlugin.EasyFormatConfig.builder()
EasyFormatPlugin.EasyFormatConfigBuilder.compressible
(boolean compressible) EasyFormatPlugin.EasyFormatConfigBuilder.defaultName
(String defaultName) EasyFormatPlugin.EasyFormatConfigBuilder.extensions
(String... extensions) EasyFormatPlugin.EasyFormatConfigBuilder.extensions
(List<String> extensions) EasyFormatPlugin.EasyFormatConfigBuilder.fsConf
(org.apache.hadoop.conf.Configuration fsConf) EasyFormatPlugin.EasyFormatConfigBuilder.matcher
(BasicFormatMatcher matcher) EasyFormatPlugin.EasyFormatConfigBuilder.readable
(boolean readable) EasyFormatPlugin.EasyFormatConfigBuilder.readerOperatorType
(String readerOperatorType) EasyFormatPlugin.EasyFormatConfigBuilder.scanVersion
(EasyFormatPlugin.ScanFrameworkVersion scanVersion) EasyFormatPlugin.EasyFormatConfigBuilder.supportsAutoPartitioning
(boolean supportsAutoPartitioning) EasyFormatPlugin.EasyFormatConfigBuilder.supportsFileImplicitColumns
(boolean supportsFileImplicitColumns) EasyFormatPlugin.EasyFormatConfigBuilder.supportsLimitPushdown
(boolean supportsLimitPushdown) EasyFormatPlugin.EasyFormatConfigBuilder.supportsProjectPushdown
(boolean supportsProjectPushdown) EasyFormatPlugin.EasyFormatConfigBuilder.supportsStatistics
(boolean supportsStatistics) EasyFormatPlugin.EasyFormatConfig.toBuilder()
EasyFormatPlugin.EasyFormatConfigBuilder.writable
(boolean writable) EasyFormatPlugin.EasyFormatConfigBuilder.writerOperatorType
(String writerOperatorType)