Interface QueryOptimizerPipeline

All Known Implementing Classes:
StandardQueryOptimizerPipeline, StandardQueryOptimizerPipeline

public interface QueryOptimizerPipeline
A pipeline of QueryOptimizers that, when executed in order on a TupleExpr, convert that TupleExpr to a more optimal query execution plan.
Author:
Jeen Broekstra
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the optimizers that make up this pipeline.