Class SqlAlterMaterializedTable
- java.lang.Object
-
- org.apache.calcite.sql.SqlNode
-
- org.apache.calcite.sql.SqlCall
-
- org.apache.calcite.sql.SqlAlter
-
- org.apache.flink.sql.parser.ddl.SqlAlterObject
-
- org.apache.flink.sql.parser.ddl.materializedtable.SqlAlterMaterializedTable
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
SqlAlterMaterializedTableAsQuery,SqlAlterMaterializedTableDistribution,SqlAlterMaterializedTableDropDistribution,SqlAlterMaterializedTableFreshness,SqlAlterMaterializedTableOptions,SqlAlterMaterializedTableRefresh,SqlAlterMaterializedTableRefreshMode,SqlAlterMaterializedTableReset,SqlAlterMaterializedTableResume,SqlAlterMaterializedTableSchema,SqlAlterMaterializedTableSuspend
public abstract class SqlAlterMaterializedTable extends SqlAlterObject
Abstract class to describe statements like ALTER MATERIALIZED TABLE [catalogName.][dataBasesName.]tableName ...
-
-
Field Summary
-
Fields inherited from class org.apache.flink.sql.parser.ddl.SqlAlterObject
name
-
-
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 voidunparseAlterOperation(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)-
Methods inherited from class org.apache.flink.sql.parser.ddl.SqlAlterObject
getFullName, getOperator
-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-