public class QueryModelPruner extends Object implements QueryOptimizer
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | QueryModelPruner.TreeSanitizer | 
| Constructor and Description | 
|---|
| QueryModelPruner() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | optimize(TupleExpr tupleExpr,
        Dataset dataset,
        BindingSet bindings)Applies generally applicable optimizations: path expressions are sorted from more to less specific. | 
public void optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
optimize in interface QueryOptimizerCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.