Hierarchy For Package org.elasticsearch.xpack.esql.core.expression.predicate.regex
Class Hierarchy
- java.lang.Object
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.AbstractStringPattern (implements org.elasticsearch.xpack.esql.core.tree.NodeStringRenderable, org.elasticsearch.xpack.esql.core.expression.predicate.regex.StringPattern)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.RLikePattern (implements org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.RLikePatternList (implements org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern (implements org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPatternList (implements org.elasticsearch.common.io.stream.Writeable)
- org.elasticsearch.xpack.esql.core.tree.Node<T> (implements org.elasticsearch.common.io.stream.NamedWriteable)
- org.elasticsearch.xpack.esql.core.expression.Expression (implements org.elasticsearch.xpack.esql.core.capabilities.Resolvable)
- org.elasticsearch.xpack.esql.core.expression.function.Function
- org.elasticsearch.xpack.esql.core.expression.function.scalar.ScalarFunction
- org.elasticsearch.xpack.esql.core.expression.function.scalar.UnaryScalarFunction
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.RegexMatch<T>
- org.elasticsearch.xpack.esql.core.expression.function.scalar.UnaryScalarFunction
- org.elasticsearch.xpack.esql.core.expression.function.scalar.ScalarFunction
- org.elasticsearch.xpack.esql.core.expression.function.Function
- org.elasticsearch.xpack.esql.core.expression.Expression (implements org.elasticsearch.xpack.esql.core.capabilities.Resolvable)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.RegexOperation
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.AbstractStringPattern (implements org.elasticsearch.xpack.esql.core.tree.NodeStringRenderable, org.elasticsearch.xpack.esql.core.expression.predicate.regex.StringPattern)
Interface Hierarchy
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.StringPattern
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape.General (implements org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape.Contains (implements org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape.Prefix (implements org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape)
- org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape.Suffix (implements org.elasticsearch.xpack.esql.core.expression.predicate.regex.WildcardPattern.Shape)
- java.lang.Record