Class RegexAsStringFunctionOptimizer

  • All Implemented Interfaces:
    QueryOptimizer

    @Deprecated(forRemoval=true,
                since="4.1.0")
    public class RegexAsStringFunctionOptimizer
    extends Object
    implements QueryOptimizer
    Deprecated, for removal: This API element is subject to removal in a future version.
    A query optimizer that replaces REGEX with FunctionCalls that are equivalent operators
    Author:
    Jerven Bolleman
    • Constructor Detail

      • RegexAsStringFunctionOptimizer

        public RegexAsStringFunctionOptimizer​(ValueFactory vf)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • optimize

        public void optimize​(TupleExpr tupleExpr,
                             Dataset dataset,
                             BindingSet bindings)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
        Specified by:
        optimize in interface QueryOptimizer