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() |
public void reset(QueryPlan qp)
reset in interface QueryPlanIteratorpublic boolean next()
next in interface QueryPlanIteratorCopyright © 2015. All rights reserved.