org.openrdf.query.algebra.evaluation.impl
Class OrderLimitOptimizer
java.lang.Object
org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer
- All Implemented Interfaces:
- QueryOptimizer
public class OrderLimitOptimizer
- extends Object
- implements QueryOptimizer
Moves the Order node above the Projection when variables are projected.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderLimitOptimizer
public OrderLimitOptimizer()
optimize
public void optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
- Specified by:
optimize in interface QueryOptimizer
Copyright © 2001-2012 Aduna. All Rights Reserved.