Class ParentReferenceCleaner
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.ParentReferenceCleaner
- All Implemented Interfaces:
 QueryOptimizer
Cleans up 
QueryModelNode.getParentNode() references that have become inconsistent with the actual algebra
tree structure due to optimization operations. Typically used at the very end of the optimization pipeline.- Author:
 - Jeen Broekstra
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidoptimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)  
- 
Constructor Details
- 
ParentReferenceCleaner
public ParentReferenceCleaner() 
 - 
 - 
Method Details
- 
optimize
- Specified by:
 optimizein interfaceQueryOptimizer
 
 -