|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimpledb.planner.BasicQueryPlanner
public class BasicQueryPlanner
The simplest, most naive query planner possible.
| Constructor Summary | |
|---|---|
BasicQueryPlanner()
|
|
| Method Summary | |
|---|---|
Plan |
createPlan(QueryData data,
Transaction tx)
Creates a query plan as follows. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicQueryPlanner()
| Method Detail |
|---|
public Plan createPlan(QueryData data,
Transaction tx)
createPlan in interface QueryPlannerdata - the parsed representation of the querytx - the calling transaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||