Class SqlAlterMaterializedTable

    • Field Summary

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

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlAlterMaterializedTable​(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void unparseAlterOperation​(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)  
      • Methods inherited from class org.apache.calcite.sql.SqlAlter

        getScope, setScope, unparse
      • 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
    • Constructor Detail

      • SqlAlterMaterializedTable

        public SqlAlterMaterializedTable​(org.apache.calcite.sql.parser.SqlParserPos pos,
                                         org.apache.calcite.sql.SqlIdentifier tableName)
    • Method Detail

      • unparseAlterOperation

        public void unparseAlterOperation​(org.apache.calcite.sql.SqlWriter writer,
                                          int leftPrec,
                                          int rightPrec)
        Specified by:
        unparseAlterOperation in class org.apache.calcite.sql.SqlAlter