Uses of Class
io.trino.sql.tree.Literal
-
Packages that use Literal Package Description io.trino.sql.jsonpath.tree io.trino.sql.tree -
-
Uses of Literal in io.trino.sql.jsonpath.tree
Methods in io.trino.sql.jsonpath.tree that return Literal Modifier and Type Method Description LiteralSqlValueLiteral. getValue()Constructors in io.trino.sql.jsonpath.tree with parameters of type Literal Constructor Description SqlValueLiteral(Literal value) -
Uses of Literal in io.trino.sql.tree
Subclasses of Literal in io.trino.sql.tree Modifier and Type Class Description classBinaryLiteralclassBooleanLiteralclassCharLiteralclassDecimalLiteralclassDoubleLiteralclassGenericLiteralclassIntervalLiteralclassLongLiteralclassNullLiteralclassStringLiteralclassTimeLiteralclassTimestampLiteralMethods in io.trino.sql.tree with parameters of type Literal Modifier and Type Method Description ExpressionExpressionRewriter. rewriteLiteral(Literal node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitLiteral(Literal node, C context)
-