|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.retrieval.QueryOptimizer
public class QueryOptimizer
The QueryOptimizer steps through a query, looking for changes that can be made to optimize the evaluation of the query. This is very simplistic right now -- it will combine relational operators into range operators where possible.
| Constructor Summary | |
|---|---|
QueryOptimizer()
|
|
| Method Summary | |
|---|---|
QueryElement |
optimize(QueryElement qe)
Optimize the current QE and returns it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryOptimizer()
| Method Detail |
|---|
public QueryElement optimize(QueryElement qe)
qe - the query element to optimize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||