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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
-
Constructor Details
-
ParentReferenceCleaner
public ParentReferenceCleaner()
-
-
Method Details
-
optimize
- Specified by:
optimize
in interfaceQueryOptimizer
-