Class SqlColumnNameNode

java.lang.Object
org.apache.calcite.sql.SqlNode
org.apache.calcite.sql.AbstractSqlNode
org.apache.calcite.sql.SqlColumnNameNode
All Implemented Interfaces:
Cloneable

public class SqlColumnNameNode extends AbstractSqlNode
  • Field Summary

    Fields inherited from class org.apache.calcite.sql.SqlNode

    EMPTY_ARRAY, pos
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlColumnNameNode(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier columnName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.calcite.sql.SqlNode
    clone(org.apache.calcite.sql.parser.SqlParserPos pos)
     
    boolean
    equalsDeep(org.apache.calcite.sql.SqlNode node, org.apache.calcite.util.Litmus litmus)
     
    org.apache.calcite.sql.SqlIdentifier
     
    void
    unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
     

    Methods inherited from class org.apache.calcite.sql.AbstractSqlNode

    accept, validate

    Methods inherited from class org.apache.calcite.sql.SqlNode

    clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, findValidOptions, getKind, getMonotonicity, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SqlColumnNameNode

      public SqlColumnNameNode(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier columnName)
  • Method Details

    • unparse

      public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
      Specified by:
      unparse in class org.apache.calcite.sql.SqlNode
    • equalsDeep

      public boolean equalsDeep(org.apache.calcite.sql.SqlNode node, org.apache.calcite.util.Litmus litmus)
      Specified by:
      equalsDeep in class org.apache.calcite.sql.SqlNode
    • clone

      public org.apache.calcite.sql.SqlNode clone(org.apache.calcite.sql.parser.SqlParserPos pos)
      Specified by:
      clone in class org.apache.calcite.sql.SqlNode
    • getColumnName

      public org.apache.calcite.sql.SqlIdentifier getColumnName()