Class UnionScopeChangeOptimizer
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.UnionScopeChangeOptimizer
- All Implemented Interfaces:
QueryOptimizer
Inspect Union clauses to check if scope change can be avoided (allowing injection of pre-bound vars into union
arguments).
- Author:
- Jeen Broekstra
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
-
Constructor Details
-
UnionScopeChangeOptimizer
public UnionScopeChangeOptimizer()
-
-
Method Details
-
optimize
- Specified by:
optimize
in interfaceQueryOptimizer
-