Interface QueryOptimizerPipeline
-
- All Known Implementing Classes:
StandardQueryOptimizerPipeline,StandardQueryOptimizerPipeline
public interface QueryOptimizerPipelineA pipeline ofQueryOptimizers that, when executed in order on aTupleExpr, convert thatTupleExprto a more optimal query execution plan.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<QueryOptimizer>getOptimizers()Get the optimizers that make up this pipeline.
-
-
-
Method Detail
-
getOptimizers
java.lang.Iterable<QueryOptimizer> getOptimizers()
Get the optimizers that make up this pipeline.- Returns:
- an
IterableofQueryOptimizers
-
-