Uses of Class
org.apache.drill.exec.store.StoragePluginOptimizerRule
Packages that use StoragePluginOptimizerRule
Package
Description
Kafka storage plugin.
-
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.planner.logical.partition
-
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.planner.sql.logical
Subclasses of StoragePluginOptimizerRule in org.apache.drill.exec.planner.sql.logicalModifier and TypeClassDescriptionclass
Convert Hive scan to use Drill's native parquet reader instead of Hive's native reader.Methods in org.apache.drill.exec.planner.sql.logical that return StoragePluginOptimizerRuleModifier and TypeMethodDescriptionstatic final StoragePluginOptimizerRule
HivePushPartitionFilterIntoScan.getFilterOnProject
(OptimizerRulesContext optimizerRulesContext, String defaultPartitionValue) static final StoragePluginOptimizerRule
HivePushPartitionFilterIntoScan.getFilterOnScan
(OptimizerRulesContext optimizerRulesContext, String defaultPartitionValue) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.base.filter
Methods in org.apache.drill.exec.store.base.filter that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionFilterPushDownStrategy.rules()
static Set<StoragePluginOptimizerRule>
FilterPushDownStrategy.rulesFor
(FilterPushDownListener listener) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.dfs.easy
Methods in org.apache.drill.exec.store.dfs.easy that return types with arguments of type StoragePluginOptimizerRule -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.druid
Subclasses of StoragePluginOptimizerRule in org.apache.drill.exec.store.druidFields in org.apache.drill.exec.store.druid declared as StoragePluginOptimizerRuleModifier and TypeFieldDescriptionstatic final StoragePluginOptimizerRule
DruidPushDownFilterForScan.INSTANCE
Methods in org.apache.drill.exec.store.druid that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionDruidStoragePlugin.getOptimizerRules
(OptimizerRulesContext optimizerRulesContext, PlannerPhase phase) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionstatic Set<StoragePluginOptimizerRule>
GoogleSheetsPushDownListener.rulesFor
(OptimizerRulesContext optimizerRulesContext) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.hbase
Subclasses of StoragePluginOptimizerRule in org.apache.drill.exec.store.hbaseFields in org.apache.drill.exec.store.hbase declared as StoragePluginOptimizerRuleModifier and TypeFieldDescriptionstatic final StoragePluginOptimizerRule
HBasePushFilterIntoScan.FILTER_ON_PROJECT
static final StoragePluginOptimizerRule
HBasePushFilterIntoScan.FILTER_ON_SCAN
Methods in org.apache.drill.exec.store.hbase that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionHBaseStoragePlugin.getOptimizerRules
(OptimizerRulesContext optimizerRulesContext, PlannerPhase phase) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionHiveStoragePlugin.getOptimizerRules
(OptimizerRulesContext optimizerContext, PlannerPhase phase) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.http
Methods in org.apache.drill.exec.store.http that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionstatic Set<StoragePluginOptimizerRule>
HttpPushDownListener.rulesFor
(OptimizerRulesContext optimizerRulesContext) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.ischema
Subclasses of StoragePluginOptimizerRule in org.apache.drill.exec.store.ischemaFields in org.apache.drill.exec.store.ischema declared as StoragePluginOptimizerRuleModifier and TypeFieldDescriptionstatic final StoragePluginOptimizerRule
InfoSchemaPushFilterIntoRecordGenerator.IS_FILTER_ON_PROJECT
static final StoragePluginOptimizerRule
InfoSchemaPushFilterIntoRecordGenerator.IS_FILTER_ON_SCAN
Methods in org.apache.drill.exec.store.ischema that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionInfoSchemaStoragePlugin.getOptimizerRules
(OptimizerRulesContext optimizerRulesContext, PlannerPhase phase) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.kafka
Subclasses of StoragePluginOptimizerRule in org.apache.drill.exec.store.kafkaFields in org.apache.drill.exec.store.kafka declared as StoragePluginOptimizerRuleModifier and TypeFieldDescriptionstatic final StoragePluginOptimizerRule
KafkaPushDownFilterIntoScan.INSTANCE
Methods in org.apache.drill.exec.store.kafka that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionKafkaStoragePlugin.getOptimizerRules
(OptimizerRulesContext optimizerRulesContext, PlannerPhase phase) -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.parquet
Subclasses of StoragePluginOptimizerRule in org.apache.drill.exec.store.parquetMethods in org.apache.drill.exec.store.parquet that return StoragePluginOptimizerRuleModifier and TypeMethodDescriptionstatic StoragePluginOptimizerRule
FilePushDownFilter.getFilterOnScan
(OptimizerRulesContext optimizerContext) Methods in org.apache.drill.exec.store.parquet that return types with arguments of type StoragePluginOptimizerRule -
Uses of StoragePluginOptimizerRule in org.apache.drill.exec.store.splunk
Methods in org.apache.drill.exec.store.splunk that return types with arguments of type StoragePluginOptimizerRuleModifier and TypeMethodDescriptionstatic Set<StoragePluginOptimizerRule>
SplunkPushDownListener.rulesFor
(OptimizerRulesContext optimizerRulesContext)