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 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) Method parameters in org.apache.drill.exec.planner.index with type arguments of type IndexGroupModifier 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