Uses of Class
io.prestosql.sql.tree.ExistsPredicate
-
Packages that use ExistsPredicate Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of ExistsPredicate in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type ExistsPredicate Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitExists(ExistsPredicate node, java.lang.Void context) -
Uses of ExistsPredicate in io.prestosql.sql.tree
Methods in io.prestosql.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 java.lang.VoidDefaultTraversalVisitor. visitExists(ExistsPredicate node, C context)
-