Class QueryJoinOptimizer
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer
- All Implemented Interfaces:
QueryOptimizer
A query optimizer that re-orders nested Joins.
- Author:
- Arjohn Kampman, James Leigh
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
Deprecated.This class is protected for historic reasons only, and will be made private in a future major release. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations: path expressions are sorted from more to less specific.
-
Field Details
-
statistics
-
-
Constructor Details
-
QueryJoinOptimizer
public QueryJoinOptimizer() -
QueryJoinOptimizer
-
-
Method Details
-
optimize
Applies generally applicable optimizations: path expressions are sorted from more to less specific.- Specified by:
optimize
in interfaceQueryOptimizer
- Parameters:
tupleExpr
-
-