Uses of Class
org.apache.drill.exec.planner.index.IndexLogicalPlanCallContext
Package
Description
-
Uses of IndexLogicalPlanCallContext in org.apache.drill.exec.planner.index
Modifier and TypeMethodDescriptionIndexConditionInfo.Builder.getCollectiveInfo
(IndexLogicalPlanCallContext indexContext) Get a single IndexConditionInfo in which indexCondition has field on all indexes in this.indexesboolean
IndexConditionInfo.Builder.isValidIndexHint
(IndexLogicalPlanCallContext indexContext) -
Uses of IndexLogicalPlanCallContext in org.apache.drill.exec.planner.index.generators
ModifierConstructorDescriptionCoveringIndexPlanGenerator
(IndexLogicalPlanCallContext indexContext, FunctionalIndexInfo functionInfo, IndexGroupScan indexGroupScan, org.apache.calcite.rex.RexNode indexCondition, org.apache.calcite.rex.RexNode remainderCondition, org.apache.calcite.rex.RexBuilder builder, PlannerSettings settings) IndexIntersectPlanGenerator
(IndexLogicalPlanCallContext indexContext, Map<IndexDescriptor, IndexConditionInfo> indexInfoMap, org.apache.calcite.rex.RexBuilder builder, PlannerSettings settings) NonCoveringIndexPlanGenerator
(IndexLogicalPlanCallContext indexContext, IndexDescriptor indexDesc, IndexGroupScan indexGroupScan, org.apache.calcite.rex.RexNode indexCondition, org.apache.calcite.rex.RexNode remainderCondition, org.apache.calcite.rex.RexBuilder builder, PlannerSettings settings) -
Uses of IndexLogicalPlanCallContext in org.apache.drill.exec.planner.index.rules
Modifier and TypeMethodDescriptionprotected void
DbScanToIndexScanPrule.doOnMatch
(IndexLogicalPlanCallContext indexContext)