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