Class SqlAlterMaterializedTableDistribution.SqlAlterMaterializedTableModifyDistribution
- 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
-
- org.apache.flink.sql.parser.ddl.materializedtable.SqlAlterMaterializedTableDistribution
-
- org.apache.flink.sql.parser.ddl.materializedtable.SqlAlterMaterializedTableDistribution.SqlAlterMaterializedTableModifyDistribution
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- SqlAlterMaterializedTableDistribution
public static class SqlAlterMaterializedTableDistribution.SqlAlterMaterializedTableModifyDistribution extends SqlAlterMaterializedTableDistribution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.sql.parser.ddl.materializedtable.SqlAlterMaterializedTableDistribution
SqlAlterMaterializedTableDistribution.SqlAlterMaterializedTableAddDistribution, SqlAlterMaterializedTableDistribution.SqlAlterMaterializedTableModifyDistribution
-
-
Field Summary
-
Fields inherited from class org.apache.flink.sql.parser.ddl.materializedtable.SqlAlterMaterializedTableDistribution
distribution
-
Fields inherited from class org.apache.flink.sql.parser.ddl.SqlAlterObject
name
-
-
Constructor Summary
Constructors Constructor Description SqlAlterMaterializedTableModifyDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAlterOperation()-
Methods inherited from class org.apache.flink.sql.parser.ddl.materializedtable.SqlAlterMaterializedTableDistribution
getDistribution, getOperandList, unparseAlterOperation
-
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, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-
-
-
Constructor Detail
-
SqlAlterMaterializedTableModifyDistribution
public SqlAlterMaterializedTableModifyDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)
-
-
Method Detail
-
getAlterOperation
protected String getAlterOperation()
- Specified by:
getAlterOperationin classSqlAlterMaterializedTableDistribution
-
-