org.openrdf.query.algebra.evaluation.impl
Class ConjunctiveConstraintSplitter
java.lang.Object
org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
- All Implemented Interfaces:
- QueryOptimizer
public class ConjunctiveConstraintSplitter
- extends Object
- implements QueryOptimizer
Splits conjunctive constraints into seperate constraints.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConjunctiveConstraintSplitter
public ConjunctiveConstraintSplitter()
optimize
public void optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
- Specified by:
optimize in interface QueryOptimizer
Copyright © 2001-2010 Aduna. All Rights Reserved.