Uses of Class
io.prestosql.sql.tree.NullLiteral
-
Packages that use NullLiteral Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of NullLiteral in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type NullLiteral Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitNullLiteral(NullLiteral node, java.lang.Void context) -
Uses of NullLiteral in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree with parameters of type NullLiteral Modifier and Type Method Description protected RAstVisitor. visitNullLiteral(NullLiteral node, C context)
-