Uses of Class
io.trino.sql.tree.LikePredicate
Packages that use LikePredicate
-
Uses of LikePredicate in io.trino.sql
Methods in io.trino.sql with parameters of type LikePredicateModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitLikePredicate(LikePredicate node, Void context) -
Uses of LikePredicate in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type LikePredicateModifier and TypeMethodDescriptionExpressionRewriter.rewriteLikePredicate(LikePredicate node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitLikePredicate(LikePredicate node, C context) protected VoidDefaultTraversalVisitor.visitLikePredicate(LikePredicate node, C context)