Uses of Class
io.trino.sql.tree.ExistsPredicate
-
Packages that use ExistsPredicate Package Description io.trino.sql io.trino.sql.tree -
-
Uses of ExistsPredicate in io.trino.sql
Methods in io.trino.sql with parameters of type ExistsPredicate Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitExists(ExistsPredicate node, Void context) -
Uses of ExistsPredicate in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type ExistsPredicate Modifier and Type Method Description ExpressionExpressionRewriter. rewriteExists(ExistsPredicate node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitExists(ExistsPredicate node, C context)protected VoidDefaultTraversalVisitor. visitExists(ExistsPredicate node, C context)
-