Package org.h2.table
Class PlanItem
java.lang.Object
org.h2.table.PlanItem
The plan item describes the index to be used, and the estimated cost when
using it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
(package private) PlanItem
(package private) int[]
getMasks()
(package private) PlanItem
(package private) void
(package private) void
setJoinPlan
(PlanItem joinPlan) (package private) void
setMasks
(int[] masks) (package private) void
setNestedJoinPlan
(PlanItem nestedJoinPlan)
-
Field Details
-
cost
double costThe cost. -
masks
private int[] masks -
index
-
joinPlan
-
nestedJoinPlan
-
-
Constructor Details
-
PlanItem
public PlanItem()
-
-
Method Details