org.openrdf.query.algebra.evaluation.impl
Class QueryJoinOptimizer
java.lang.Object
org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer
- All Implemented Interfaces:
- QueryOptimizer
public class QueryJoinOptimizer
- extends Object
- implements QueryOptimizer
A query optimizer that re-orders nested Joins.
- Author:
- Arjohn Kampman, James Leigh
|
Method Summary |
void |
optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations: path expressions are sorted
from more to less specific. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statistics
protected final EvaluationStatistics statistics
QueryJoinOptimizer
public QueryJoinOptimizer()
QueryJoinOptimizer
public QueryJoinOptimizer(EvaluationStatistics statistics)
optimize
public void optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
- Applies generally applicable optimizations: path expressions are sorted
from more to less specific.
- Specified by:
optimize in interface QueryOptimizer
- Parameters:
tupleExpr -
Copyright © 2001-2007 Aduna. All Rights Reserved.