Uses of Class
org.apache.drill.exec.planner.index.IndexGroup
-
Uses of IndexGroup in org.apache.drill.exec.planner.index
Modifier and TypeMethodDescriptionint
IndexSelector.IndexComparator.compare
(IndexGroup index1, IndexGroup index2) org.apache.calcite.plan.RelOptCost
IndexProperties.getIntersectCost
(IndexGroup index, IndexConditionInfo.Builder builder, org.apache.calcite.plan.RelOptPlanner planner) org.apache.calcite.plan.RelOptCost
IndexSelector.DrillIndexProperties.getIntersectCost
(IndexGroup index, IndexConditionInfo.Builder builder, org.apache.calcite.plan.RelOptPlanner planner) org.apache.calcite.plan.RelOptCost
IndexSelector.DrillIndexProperties.getIntersectCost
(IndexGroup index, IndexConditionInfo.Builder builder, org.apache.calcite.plan.RelOptPlanner planner, PluginCost costBase, DrillScanRelBase scanRel) Modifier and TypeMethodDescriptionvoid
IndexSelector.getCandidateIndexes
(IndexConditionInfo.Builder infoBuilder, List<IndexGroup> coveringIndexes, List<IndexGroup> nonCoveringIndexes, List<IndexGroup> intersectIndexes) Run the index selection algorithm and return the top N indexes