Package org.apache.calcite.piglet
Class Ast.Literal
java.lang.Object
org.apache.calcite.piglet.Ast.Node
org.apache.calcite.piglet.Ast.Literal
- Direct Known Subclasses:
Ast.NumericLiteral
- Enclosing class:
Ast
Parse tree node for Literal.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ast.NumericLiteral
createExactNumeric
(String s, SqlParserPos pos)
-
Constructor Details
-
Literal
-
-
Method Details
-
createExactNumeric
-