public interface Optimizer
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
optimize(QueryContext context,
PlanNode plan)
Optimize the supplied query plan and produce an executable processor plan.
|
PlanNode optimize(QueryContext context, PlanNode plan)
context - the context in which the query is being optimizedplan - the query plan to be optimizedCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.