Class DisjunctiveConstraintOptimizer
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.DisjunctiveConstraintOptimizer
- All Implemented Interfaces:
QueryOptimizer
- Direct Known Subclasses:
DisjunctiveConstraintOptimizer
A query optimizer that optimize disjunctive constraints on tuple expressions. Currently, this optimizer
unions
a clone of the underlying tuple expression with the original expression for each SameTerm
operator,
moving the SameTerm to the cloned tuple expression.- Author:
- Arjohn Kampman, James Leigh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
-
Constructor Details
-
DisjunctiveConstraintOptimizer
public DisjunctiveConstraintOptimizer()
-
-
Method Details
-
optimize
- Specified by:
optimize
in interfaceQueryOptimizer
-