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
-
Method Details
-
optimise
void optimise()Method to perform the optimisation.
-