Class RegexAsStringFunctionOptimizer

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.RegexAsStringFunctionOptimizer
org.eclipse.rdf4j.query.algebra.evaluation.impl.RegexAsStringFunctionOptimizer
All Implemented Interfaces:
QueryOptimizer

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

    • RegexAsStringFunctionOptimizer

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