|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryData | |
|---|---|
| simpledb.opt | |
| simpledb.parse | |
| simpledb.planner | |
| Uses of QueryData in simpledb.opt |
|---|
| Methods in simpledb.opt with parameters of type QueryData | |
|---|---|
Plan |
HeuristicQueryPlanner.createPlan(QueryData data,
Transaction tx)
Creates an optimized left-deep query plan using the following heuristics. |
| Uses of QueryData in simpledb.parse |
|---|
| Methods in simpledb.parse that return QueryData | |
|---|---|
QueryData |
Parser.query()
|
| Constructors in simpledb.parse with parameters of type QueryData | |
|---|---|
CreateViewData(String viewname,
QueryData qrydata)
Saves the view name and its definition. |
|
| Uses of QueryData in simpledb.planner |
|---|
| Methods in simpledb.planner with parameters of type QueryData | |
|---|---|
Plan |
QueryPlanner.createPlan(QueryData data,
Transaction tx)
Creates a plan for the parsed query. |
Plan |
BasicQueryPlanner.createPlan(QueryData data,
Transaction tx)
Creates a query plan as follows. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||