Uses of Class
org.apache.drill.exec.planner.physical.ScanPrel
Packages that use ScanPrel
Package
Description
-
Uses of ScanPrel in org.apache.drill.exec.planner.index
Fields in org.apache.drill.exec.planner.index declared as ScanPrelMethods in org.apache.drill.exec.planner.index that return ScanPrelModifier and TypeMethodDescriptionstatic ScanPrelIndexPlanUtils.buildCoveringIndexScan(DrillScanRelBase origScan, IndexGroupScan indexGroupScan, IndexCallContext indexContext, IndexDescriptor indexDesc) Constructors in org.apache.drill.exec.planner.index with parameters of type ScanPrelModifierConstructorDescriptionIndexDiscoverBase(AbstractDbGroupScan inScan, ScanPrel inScanPrel) IndexPhysicalPlanCallContext(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, OrderedRel sort, ProjectPrel project, ScanPrel scan, ExchangePrel exch) IndexPhysicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call, ProjectPrel capProject, FilterPrel filter, ProjectPrel project, ScanPrel scan) -
Uses of ScanPrel in org.apache.drill.exec.planner.physical
Methods in org.apache.drill.exec.planner.physical that return ScanPrel -
Uses of ScanPrel in org.apache.drill.exec.planner.physical.visitor
Methods in org.apache.drill.exec.planner.physical.visitor with parameters of type ScanPrelModifier and TypeMethodDescriptionExcessiveExchangeIdentifier.visitScan(ScanPrel prel, org.apache.drill.exec.planner.physical.visitor.ExcessiveExchangeIdentifier.MajorFragmentStat s) PrelVisualizerVisitor.visitScan(ScanPrel prel, PrelVisualizerVisitor.VisualizationState value) -
Uses of ScanPrel in org.apache.drill.exec.store.hbase
Methods in org.apache.drill.exec.store.hbase with parameters of type ScanPrelModifier 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 ScanPrel in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema with parameters of type ScanPrelModifier and TypeMethodDescriptionprotected voidInfoSchemaPushFilterIntoRecordGenerator.doMatch(org.apache.calcite.plan.RelOptRuleCall call, ScanPrel scan, ProjectPrel project, FilterPrel filter) -
Uses of ScanPrel in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet with parameters of type ScanPrelModifier and TypeMethodDescriptionprotected voidFilePushDownFilter.doOnMatch(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan)