Class Ast.Literal

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object value  
      • Fields inherited from class org.apache.calcite.piglet.Ast.Node

        op, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      Literal​(SqlParserPos pos, java.lang.Object value)  
    • Field Detail

      • value

        final java.lang.Object value
    • Constructor Detail

      • Literal

        public Literal​(SqlParserPos pos,
                       java.lang.Object value)