PlanItem

The plan item describes the index to be used, and the estimated cost when using it.

Methods
Index getIndex()
Index getIndex()
PlanItem getJoinPlan()
PlanItem getJoinPlan()
int[] getMasks()
int[] getMasks()
PlanItem getNestedJoinPlan()
PlanItem getNestedJoinPlan()
void setIndex(Index index)
void setIndex(Index index)
void setJoinPlan(PlanItem joinPlan)
void setJoinPlan(PlanItem joinPlan)
void setMasks(int[] masks)
void setMasks(int[] masks)
void setNestedJoinPlan(PlanItem nestedJoinPlan)
void setNestedJoinPlan(PlanItem nestedJoinPlan)

Fields
static double cost

cost

The cost.