public interface QueryOptimizerPipeline
QueryOptimizers that, when executed in order on a TupleExpr, convert that
 TupleExpr to a more optimal query execution plan.| Modifier and Type | Method and Description | 
|---|---|
| Iterable<QueryOptimizer> | getOptimizers()Get the optimizers that make up this pipeline. | 
Iterable<QueryOptimizer> getOptimizers()
Iterable of QueryOptimizersCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.