Uses of Class
org.h2.table.PlanItem
Packages that use PlanItem
-
Uses of PlanItem in org.h2.table
Methods 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.Methods in org.h2.table with parameters of type PlanItemModifier and TypeMethodDescriptionvoidTableFilter.setPlanItem(PlanItem item) Set what plan item (index, cost, masks) to use.