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:
Writeable,StringPattern
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
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.voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.xpack.esql.core.expression.predicate.regex.AbstractStringPattern
exactMatch, matchesAll
-
Constructor Details
-
RLikePattern
-
RLikePattern
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
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.- Specified by:
asJavaRegexin interfaceStringPattern
-
equals
-
hashCode
public int hashCode() -
pattern
Description copied from interface:StringPatternReturns the pattern as it was defined by the user.- Specified by:
patternin interfaceStringPattern
-