Uses of Class
org.h2.table.PlanItem
Packages that use PlanItem
-
Uses of PlanItem in org.h2.table
Fields in org.h2.table declared as PlanItemModifier and TypeFieldDescriptionprivate PlanItem
PlanItem.joinPlan
private PlanItem
PlanItem.nestedJoinPlan
Fields in org.h2.table with type parameters of type PlanItemMethods in org.h2.table that return PlanItemModifier and TypeMethodDescriptionTable.getBestPlanItem
(SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, AllColumnsForPlan allColumnsSet) Get the best plan for the given search mask.TableFilter.getBestPlanItem
(SessionLocal s, TableFilter[] filters, int filter, AllColumnsForPlan allColumnsSet) Get the best plan item (index, cost) to use for the current join order.TableView.getBestPlanItem
(SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, AllColumnsForPlan allColumnsSet) Plan.getItem
(TableFilter filter) Get the plan item for the given table.(package private) PlanItem
PlanItem.getJoinPlan()
(package private) PlanItem
PlanItem.getNestedJoinPlan()
Methods in org.h2.table with parameters of type PlanItemModifier and TypeMethodDescription(package private) void
PlanItem.setJoinPlan
(PlanItem joinPlan) (package private) void
PlanItem.setNestedJoinPlan
(PlanItem nestedJoinPlan) void
TableFilter.setPlanItem
(PlanItem item) Set what plan item (index, cost, masks) to use.