Uses of Class
org.apache.drill.exec.planner.physical.FilterPrel
Packages that use FilterPrel
Package
Description
-
Uses of FilterPrel in org.apache.drill.exec.planner.index
Fields in org.apache.drill.exec.planner.index declared as FilterPrelConstructors in org.apache.drill.exec.planner.index with parameters of type FilterPrelModifierConstructorDescriptionIndexPhysicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call, OrderedRel sort, ProjectPrel capProject, FilterPrel filter, ProjectPrel project, ScanPrel scan, ExchangePrel exch) IndexPhysicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call, ProjectPrel capProject, FilterPrel filter, ProjectPrel project, ScanPrel scan) -
Uses of FilterPrel in org.apache.drill.exec.store.hbase
Methods in org.apache.drill.exec.store.hbase with parameters of type FilterPrelModifier and TypeMethodDescriptionprotected voidHBasePushFilterIntoScan.doPushFilterToScan(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan, HBaseGroupScan groupScan, org.apache.calcite.rex.RexNode condition) -
Uses of FilterPrel in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema with parameters of type FilterPrelModifier and TypeMethodDescriptionprotected voidInfoSchemaPushFilterIntoRecordGenerator.doMatch(org.apache.calcite.plan.RelOptRuleCall call, ScanPrel scan, ProjectPrel project, FilterPrel filter) -
Uses of FilterPrel in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet with parameters of type FilterPrelModifier and TypeMethodDescriptionprotected voidFilePushDownFilter.doOnMatch(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan)