A query optimizer that replaces
Compare operators with
SameTerm s, if possible.
author: Arjohn Kampman
Inner Class :protected class CompareVisitor extends QueryModelVisitorBase
Method Summary
public void
optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations to the supplied query: variable
assignments are inlined.
Applies generally applicable optimizations to the supplied query: variable
assignments are inlined.
Parameters: tupleExpr - optimized TupleExpr throws: QueryEvaluationException -