Package io.trino.type

Class LikePattern

java.lang.Object
io.trino.type.LikePattern

public class LikePattern extends Object
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.