Uses of Class
io.trino.sql.tree.BooleanLiteral
Packages that use BooleanLiteral
-
Uses of BooleanLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type BooleanLiteralModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitBooleanLiteral(BooleanLiteral node, Void context) -
Uses of BooleanLiteral in io.trino.sql.tree
Fields in io.trino.sql.tree declared as BooleanLiteralModifier and TypeFieldDescriptionstatic final BooleanLiteralBooleanLiteral.FALSE_LITERALstatic final BooleanLiteralBooleanLiteral.TRUE_LITERALMethods in io.trino.sql.tree with parameters of type BooleanLiteralModifier and TypeMethodDescriptionprotected RAstVisitor.visitBooleanLiteral(BooleanLiteral node, C context)