Class ConjunctiveConstraintSplitter
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.ConjunctiveConstraintSplitterOptimizer
org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
- All Implemented Interfaces:
QueryOptimizer
@Deprecated(forRemoval=true,
since="4.1.0")
public class ConjunctiveConstraintSplitter
extends ConjunctiveConstraintSplitterOptimizer
implements QueryOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.
Splits conjunctive constraints into seperate constraints.
- Author:
- Arjohn Kampman
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.optimizer.ConjunctiveConstraintSplitterOptimizer
optimize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryOptimizer
optimize
-
Constructor Details
-
ConjunctiveConstraintSplitter
public ConjunctiveConstraintSplitter()Deprecated, for removal: This API element is subject to removal in a future version.
-
ConjunctiveConstraintSplitterOptimizer
instead.