Class LikePattern
java.lang.Object
io.trino.type.LikePattern
LikePattern can be a part of the cache key in projection/filter compiled class caches in ExpressionCompiler.
Equality for this class is dependent on the pattern and escape alone, as the matcher is expected to be derived from those.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LikePatternstatic LikePatternbooleaninthashCode()toString()
-
Method Details
-
compile
-
compile
-
getPattern
-
getEscape
-
getMatcher
-
equals
-
hashCode
-
toString
-