Uses of Class
org.apache.drill.exec.planner.physical.ScanPrel
Package
Description
-
Uses of ScanPrel in org.apache.drill.exec.planner.index
Modifier and TypeMethodDescriptionstatic ScanPrel
IndexPlanUtils.buildCoveringIndexScan
(DrillScanRelBase origScan, IndexGroupScan indexGroupScan, IndexCallContext indexContext, IndexDescriptor indexDesc) ModifierConstructorDescriptionIndexDiscoverBase
(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
-
Uses of ScanPrel in org.apache.drill.exec.planner.physical.visitor
Modifier 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
Modifier and TypeMethodDescriptionprotected void
HBasePushFilterIntoScan.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
Modifier and TypeMethodDescriptionprotected void
InfoSchemaPushFilterIntoRecordGenerator.doMatch
(org.apache.calcite.plan.RelOptRuleCall call, ScanPrel scan, ProjectPrel project, FilterPrel filter) -
Uses of ScanPrel in org.apache.drill.exec.store.parquet
Modifier and TypeMethodDescriptionprotected void
FilePushDownFilter.doOnMatch
(org.apache.calcite.plan.RelOptRuleCall call, FilterPrel filter, ProjectPrel project, ScanPrel scan)