org.openrdf.query.algebra.evaluation.impl
Class QueryModelPruner
java.lang.Object
org.openrdf.query.algebra.evaluation.impl.QueryModelPruner
- All Implemented Interfaces:
- QueryOptimizer
Deprecated. Replaced by QueryModelNormalizer.
@Deprecated
public class QueryModelPruner
- extends Object
- implements QueryOptimizer
A query optimizer that prunes query model trees by removing superfluous parts
and/or by reducing complex parts with simpler parts.
- Author:
- Arjohn Kampman
|
Method Summary |
void |
optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Deprecated. 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 |
QueryModelPruner
public QueryModelPruner()
- Deprecated.
optimize
public void optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
- Deprecated.
- Applies generally applicable optimizations: path expressions are sorted
from more to less specific.
- Specified by:
optimize in interface QueryOptimizer
- Parameters:
tupleExpr -
Copyright © 2001-2009 Aduna. All Rights Reserved.