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