Class SameTermFilterOptimizer
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.SameTermFilterOptimizer
org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer
- All Implemented Interfaces:
QueryOptimizer
@Deprecated(forRemoval=true,
since="4.1.0")
public class SameTermFilterOptimizer
extends SameTermFilterOptimizer
implements QueryOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.
A query optimizer that embeds ) are processed by assigning the URI to all occurring variables with name X.
Filter
s with SameTerm
operators in statement patterns as much as
possible. Operators like sameTerm(X, Y) are processed by renaming X to Y (or vice versa). Operators like sameTerm(X,
- Author:
- Arjohn Kampman, James Leigh
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected 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.SameTermFilterOptimizer
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
-
SameTermFilterOptimizer
public SameTermFilterOptimizer()Deprecated, for removal: This API element is subject to removal in a future version.
-
SameTermFilterOptimizer
instead.