Uses of Class
io.trino.sql.tree.BooleanLiteral
-
Packages that use BooleanLiteral Package Description io.trino.sql io.trino.sql.tree -
-
Uses of BooleanLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type BooleanLiteral Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitBooleanLiteral(BooleanLiteral node, Void context) -
Uses of BooleanLiteral in io.trino.sql.tree
Fields in io.trino.sql.tree declared as BooleanLiteral Modifier and Type Field Description static BooleanLiteralBooleanLiteral. FALSE_LITERALstatic BooleanLiteralBooleanLiteral. TRUE_LITERALMethods in io.trino.sql.tree with parameters of type BooleanLiteral Modifier and Type Method Description protected RAstVisitor. visitBooleanLiteral(BooleanLiteral node, C context)
-