Uses of Class
io.trino.sql.tree.LikePredicate
-
Packages that use LikePredicate Package Description io.trino.sql io.trino.sql.tree -
-
Uses of LikePredicate in io.trino.sql
Methods in io.trino.sql with parameters of type LikePredicate Modifier and Type Method Description protected 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 LikePredicate Modifier and Type Method Description ExpressionExpressionRewriter. rewriteLikePredicate(LikePredicate node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitLikePredicate(LikePredicate node, C context)protected VoidDefaultTraversalVisitor. visitLikePredicate(LikePredicate node, C context)
-