public interface QueryPlanIterator
next will modify the query plan into a unique tree. Once all
possible query plans are iterated, next returns false.| Modifier and Type | Method and Description |
|---|---|
boolean |
next()
Modifies the query plan into a unique tree.
|
void |
reset(QueryPlan p)
Resets the query plan iterator with the given copy of the query plan.
|
void reset(QueryPlan p)
boolean next()
Copyright © 2016. All rights reserved.