Class ConstantOptimizer
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.ConstantOptimizer
org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer
- All Implemented Interfaces:
QueryOptimizer
@Deprecated(forRemoval=true,
since="4.1.0")
public class ConstantOptimizer
extends ConstantOptimizer
implements QueryOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.
A query optimizer that optimizes constant value expressions.
- Author:
- James Leigh, Arjohn Kampman
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
Deprecated, for removal: This API element is subject to removal in a future version.protected class
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.slf4j.Logger
Deprecated, for removal: This API element is subject to removal in a future version.protected final EvaluationStrategy
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionConstantOptimizer
(EvaluationStrategy strategy) Deprecated, 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.ConstantOptimizer
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
-
Field Details
-
logger
Deprecated, for removal: This API element is subject to removal in a future version. -
strategy
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ConstantOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.
-
ConstantOptimizer
instead.