Uses of Class
org.apache.drill.exec.planner.index.IndexGroup
Packages that use IndexGroup
-
Uses of IndexGroup in org.apache.drill.exec.planner.index
Methods in org.apache.drill.exec.planner.index with parameters of type IndexGroupModifier and TypeMethodDescriptionintIndexSelector.IndexComparator.compare(IndexGroup index1, IndexGroup index2) org.apache.calcite.plan.RelOptCostIndexProperties.getIntersectCost(IndexGroup index, IndexConditionInfo.Builder builder, org.apache.calcite.plan.RelOptPlanner planner) org.apache.calcite.plan.RelOptCostIndexSelector.DrillIndexProperties.getIntersectCost(IndexGroup index, IndexConditionInfo.Builder builder, org.apache.calcite.plan.RelOptPlanner planner) org.apache.calcite.plan.RelOptCostIndexSelector.DrillIndexProperties.getIntersectCost(IndexGroup index, IndexConditionInfo.Builder builder, org.apache.calcite.plan.RelOptPlanner planner, PluginCost costBase, DrillScanRelBase scanRel) Method parameters in org.apache.drill.exec.planner.index with type arguments of type IndexGroupModifier and TypeMethodDescriptionvoidIndexSelector.getCandidateIndexes(IndexConditionInfo.Builder infoBuilder, List<IndexGroup> coveringIndexes, List<IndexGroup> nonCoveringIndexes, List<IndexGroup> intersectIndexes) Run the index selection algorithm and return the top N indexes