Class ParentReferenceChecker
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.ParentReferenceChecker
- All Implemented Interfaces:
 QueryOptimizer
Checks 
QueryModelNode.getParentNode() references that have become inconsistent with the actual algebra tree
structure due to optimization operations. Used during testing.- Author:
 - Jeen Broekstra, HÃ¥vard Ottestad
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidoptimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)  
- 
Field Details
- 
skip
public static boolean skip 
 - 
 - 
Constructor Details
- 
ParentReferenceChecker
 
 - 
 - 
Method Details
- 
optimize
- Specified by:
 optimizein interfaceQueryOptimizer
 
 -