Package | Description |
---|---|
org.apache.drill.exec.planner.index |
Modifier and Type | Method and Description |
---|---|
int |
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 Type | Method and Description |
---|---|
void |
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
|
void |
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
|
void |
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
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.