Uses of Class
io.trino.likematcher.LikeMatcher
Packages that use LikeMatcher
-
Uses of LikeMatcher in io.trino.likematcher
Methods in io.trino.likematcher that return LikeMatcher -
Uses of LikeMatcher in io.trino.type
Methods in io.trino.type that return LikeMatcherModifier and TypeMethodDescriptionstatic LikeMatcherLikeFunctions.likePattern(io.airlift.slice.Slice pattern) static LikeMatcherLikeFunctions.likePattern(io.airlift.slice.Slice pattern, io.airlift.slice.Slice escape) Methods in io.trino.type with parameters of type LikeMatcherModifier and TypeMethodDescriptionstatic booleanLikeFunctions.likeChar(Long x, io.airlift.slice.Slice value, LikeMatcher pattern) static booleanLikeFunctions.likeVarchar(io.airlift.slice.Slice value, LikeMatcher matcher)