Package | Description |
---|---|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
PlanItem |
TableView.getBestPlanItem(Session session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
HashSet<Column> allColumnsSet) |
PlanItem |
Table.getBestPlanItem(Session session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
HashSet<Column> allColumnsSet)
Get the best plan for the given search mask.
|
PlanItem |
TableFilter.getBestPlanItem(Session s,
TableFilter[] filters,
int filter,
HashSet<Column> allColumnsSet)
Get the best plan item (index, cost) to use use for the current join
order.
|
PlanItem |
Plan.getItem(TableFilter filter)
Get the plan item for the given table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableFilter.setPlanItem(PlanItem item)
Set what plan item (index, cost, masks) to use.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.