Interface CompilationOptimiser

All Known Implementing Classes:
NavigationNullCompilationOptimiser, VarThisCompilationOptimiser

public interface CompilationOptimiser
Interface to be implemented by an "optimiser" for the query compilation process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to perform the optimisation.
  • Method Details

    • optimise

      void optimise()
      Method to perform the optimisation.