Package io.trino.sql.tree
Class Literal
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.Expression
io.trino.sql.tree.Literal
- Direct Known Subclasses:
BinaryLiteral,BooleanLiteral,CharLiteral,DecimalLiteral,DoubleLiteral,GenericLiteral,IntervalLiteral,LongLiteral,NullLiteral,StringLiteral,TimeLiteral,TimestampLiteral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.Methods inherited from class io.trino.sql.tree.Expression
toStringMethods inherited from class io.trino.sql.tree.Node
equals, getLocation, hashCode, shallowEquals
-
Constructor Details
-
Literal
-
-
Method Details
-
accept
Description copied from class:ExpressionAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.- Overrides:
acceptin classExpression
-
getChildren
- Specified by:
getChildrenin classNode
-