Class UnionScopeChangeOptimizer
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidoptimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)  
- 
Constructor Details
- 
UnionScopeChangeOptimizer
public UnionScopeChangeOptimizer() 
 - 
 - 
Method Details
- 
optimize
- Specified by:
 optimizein interfaceQueryOptimizer
 
 -