Package it.unibz.inf.ontop.iq.optimizer
Interface PostProcessableFunctionLifter
-
- All Superinterfaces:
IQOptimizer
- All Known Implementing Classes:
PostProcessableFunctionLifterImpl
public interface PostProcessableFunctionLifter extends IQOptimizer
Lifts certain functional terms that are blocked by a UNION: - non DBFunctionSymbols (e.g. IRI dictionary function symbols) - DBFunctionSymbols that declare to prefer to be post-processed (e.g. IRI string template function symbols) TODO: find a better name
-
-
Method Summary
-
Methods inherited from interface it.unibz.inf.ontop.iq.optimizer.IQOptimizer
optimize
-
-