public class BruteForceQueryPlanIterator extends Object implements QueryPlanIterator, Serializable
next will modify the query plan into a unique tree. Once all
possible query plans are iterated, next returns false.| Constructor and Description |
|---|
BruteForceQueryPlanIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
next()
Modifies the query plan into a unique tree.
|
void |
reset(QueryPlan qp)
Construct a query plan iterator that operates on the given query plan
|
String |
toString() |
public void reset(QueryPlan qp)
reset in interface QueryPlanIteratorpublic boolean next()
next in interface QueryPlanIteratorCopyright © 2016. All rights reserved.