public interface QueryOptimizerPipeline
QueryOptimizer
s 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 QueryOptimizer
sCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.