public class SelectorExecutionPlan extends java.lang.Object implements ExecutionPlan
Constructor and Description |
---|
SelectorExecutionPlan(SelectorImpl selector,
QueryIndex index,
QueryIndex.IndexPlan plan,
double estimatedCost) |
Modifier and Type | Method and Description |
---|---|
double |
getEstimatedCost() |
QueryIndex |
getIndex() |
QueryIndex.IndexPlan |
getIndexPlan() |
java.lang.String |
getIndexPlanName()
Get the index name, or index type (may not always be the exact index name).
|
SelectorImpl |
getSelector() |
public SelectorExecutionPlan(SelectorImpl selector, QueryIndex index, QueryIndex.IndexPlan plan, double estimatedCost)
public double getEstimatedCost()
getEstimatedCost
in interface ExecutionPlan
public SelectorImpl getSelector()
public QueryIndex getIndex()
public QueryIndex.IndexPlan getIndexPlan()
public java.lang.String getIndexPlanName()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.