Class QueryOptimizerList

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
All Implemented Interfaces:
QueryOptimizer

public class QueryOptimizerList extends Object implements QueryOptimizer
A query optimizer that contains a list of other query optimizers, which are called consecutively when the list's optimize(TupleExpr, Dataset, BindingSet) method is called.
Author:
Arjohn Kampman