Class StandardQueryOptimizerPipeline
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.StandardQueryOptimizerPipeline
org.eclipse.rdf4j.query.algebra.evaluation.impl.StandardQueryOptimizerPipeline
- All Implemented Interfaces:
QueryOptimizerPipeline
@Deprecated(forRemoval=true,
since="4.1.0")
public class StandardQueryOptimizerPipeline
extends StandardQueryOptimizerPipeline
implements QueryOptimizerPipeline
Deprecated, for removal: This API element is subject to removal in a future version.
A standard pipeline with the default
QueryOptimizer
s that will be used by StrictEvaluationStrategy
and its subclasses, unless specifically overridden.- Author:
- Jeen Broekstra
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.query.algebra.evaluation.optimizer.StandardQueryOptimizerPipeline
BINDING_ASSIGNER, BINDING_SET_ASSIGNMENT_INLINER, COMPARE_OPTIMIZER, CONJUNCTIVE_CONSTRAINT_SPLITTER, DISJUNCTIVE_CONSTRAINT_OPTIMIZER, FILTER_OPTIMIZER, ITERATIVE_EVALUATION_OPTIMIZER, ORDER_LIMIT_OPTIMIZER, PARENT_REFERENCE_CLEANER, PROJECTION_REMOVAL_OPTIMIZER, QUERY_MODEL_NORMALIZER, SAME_TERM_FILTER_OPTIMIZER, UNION_SCOPE_CHANGE_OPTIMIZER
-
Constructor Summary
ConstructorDescriptionStandardQueryOptimizerPipeline
(EvaluationStrategy strategy, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.optimizer.StandardQueryOptimizerPipeline
getOptimizers
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryOptimizerPipeline
getOptimizers
-
Constructor Details
-
StandardQueryOptimizerPipeline
public StandardQueryOptimizerPipeline(EvaluationStrategy strategy, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) Deprecated, for removal: This API element is subject to removal in a future version.
-
StandardQueryOptimizerPipeline
instead.