Class Ast.Identifier

    • Field Summary

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

        op, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      Identifier​(SqlParserPos pos, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isStar()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        final java.lang.String value
    • Constructor Detail

      • Identifier

        public Identifier​(SqlParserPos pos,
                          java.lang.String value)
    • Method Detail

      • isStar

        public boolean isStar()