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