Class SqlAlterObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.calcite.sql.SqlIdentifier name  
      • Fields inherited from class org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SqlAlterObject​(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, @Nullable String scope, org.apache.calcite.sql.SqlIdentifier name)  
      protected SqlAlterObject​(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String[] getFullName()  
      org.apache.calcite.sql.SqlOperator getOperator()  
      • Methods inherited from class org.apache.calcite.sql.SqlAlter

        getScope, setScope, unparse, unparseAlterOperation
      • Methods inherited from class org.apache.calcite.sql.SqlCall

        accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, validate
      • Methods inherited from class org.apache.calcite.sql.SqlNode

        clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
    • Field Detail

      • name

        protected final org.apache.calcite.sql.SqlIdentifier name
    • Constructor Detail

      • SqlAlterObject

        protected SqlAlterObject​(org.apache.calcite.sql.SqlSpecialOperator operator,
                                 org.apache.calcite.sql.parser.SqlParserPos pos,
                                 org.apache.calcite.sql.SqlIdentifier name)
      • SqlAlterObject

        protected SqlAlterObject​(org.apache.calcite.sql.SqlSpecialOperator operator,
                                 org.apache.calcite.sql.parser.SqlParserPos pos,
                                 @Nullable String scope,
                                 org.apache.calcite.sql.SqlIdentifier name)
    • Method Detail

      • getFullName

        public String[] getFullName()
      • getOperator

        public org.apache.calcite.sql.SqlOperator getOperator()
        Specified by:
        getOperator in class org.apache.calcite.sql.SqlCall