Class StandardQueryOptimizerPipeline

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.StandardQueryOptimizerPipeline
All Implemented Interfaces:
QueryOptimizerPipeline

@Deprecated(forRemoval=true, since="4.1.0") public class StandardQueryOptimizerPipeline extends Object implements QueryOptimizerPipeline
Deprecated, for removal: This API element is subject to removal in a future version.
A standard pipeline with the default QueryOptimizers that will be used by StrictEvaluationStrategy and its subclasses, unless specifically overridden.
Author:
Jeen Broekstra
See Also: