public class RegexAsStringFunctionOptimizer extends Object implements QueryOptimizer
FunctionCall
s that are equivalent operatorsModifier and Type | Class and Description |
---|---|
protected class |
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor |
Constructor and Description |
---|
RegexAsStringFunctionOptimizer(ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
void |
optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
|
public RegexAsStringFunctionOptimizer(ValueFactory vf)
public void optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)
optimize
in interface QueryOptimizer
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.