Uses of Class
org.h2.table.PlanItem
-
Packages that use PlanItem Package Description org.h2.table Classes related to a table and table meta data. -
-
Uses of PlanItem in org.h2.table
Fields in org.h2.table declared as PlanItem Modifier and Type Field Description private PlanItemPlanItem. joinPlanprivate PlanItemPlanItem. nestedJoinPlanFields in org.h2.table with type parameters of type PlanItem Modifier and Type Field Description private java.util.HashMap<TableFilter,PlanItem>Plan. planItemsMethods in org.h2.table that return PlanItem Modifier and Type Method Description PlanItemTable. getBestPlanItem(SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, AllColumnsForPlan allColumnsSet)Get the best plan for the given search mask.PlanItemTableFilter. getBestPlanItem(SessionLocal s, TableFilter[] filters, int filter, AllColumnsForPlan allColumnsSet)Get the best plan item (index, cost) to use for the current join order.PlanItemTableView. getBestPlanItem(SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, AllColumnsForPlan allColumnsSet)PlanItemPlan. getItem(TableFilter filter)Get the plan item for the given table.(package private) PlanItemPlanItem. getJoinPlan()(package private) PlanItemPlanItem. getNestedJoinPlan()Methods in org.h2.table with parameters of type PlanItem Modifier and Type Method Description (package private) voidPlanItem. setJoinPlan(PlanItem joinPlan)(package private) voidPlanItem. setNestedJoinPlan(PlanItem nestedJoinPlan)voidTableFilter. setPlanItem(PlanItem item)Set what plan item (index, cost, masks) to use.
-