Class RLikePattern
java.lang.Object
org.elasticsearch.xpack.esql.core.expression.predicate.regex.AbstractStringPattern
org.elasticsearch.xpack.esql.core.expression.predicate.regex.RLikePattern
- All Implemented Interfaces:
StringPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the pattern in (Java) regex format.org.apache.lucene.util.automaton.AutomatoncreateAutomaton(boolean ignoreCase) booleaninthashCode()pattern()Returns the pattern as it was defined by the user.Methods inherited from class org.elasticsearch.xpack.esql.core.expression.predicate.regex.AbstractStringPattern
exactMatch, matchesAll
-
Constructor Details
-
RLikePattern
-
-
Method Details
-
createAutomaton
public org.apache.lucene.util.automaton.Automaton createAutomaton(boolean ignoreCase) - Specified by:
createAutomatonin classAbstractStringPattern
-
asJavaRegex
Description copied from interface:StringPatternReturns the pattern in (Java) regex format. -
equals
-
hashCode
public int hashCode() -
pattern
Description copied from interface:StringPatternReturns the pattern as it was defined by the user.
-