Class SqlAlterTableDistribution.SqlAlterTableAddDistribution
- java.lang.Object
-
- org.apache.calcite.sql.SqlNode
-
- org.apache.calcite.sql.SqlCall
-
- org.apache.calcite.sql.SqlAlter
-
- org.apache.flink.sql.parser.ddl.table.SqlAlterTable
-
- org.apache.flink.sql.parser.ddl.table.SqlAlterTableDistribution
-
- org.apache.flink.sql.parser.ddl.table.SqlAlterTableDistribution.SqlAlterTableAddDistribution
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- SqlAlterTableDistribution
public static class SqlAlterTableDistribution.SqlAlterTableAddDistribution extends SqlAlterTableDistribution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.sql.parser.ddl.table.SqlAlterTableDistribution
SqlAlterTableDistribution.SqlAlterTableAddDistribution, SqlAlterTableDistribution.SqlAlterTableModifyDistribution
-
-
Field Summary
-
Fields inherited from class org.apache.flink.sql.parser.ddl.table.SqlAlterTable
ifTableExists, OPERATOR, partitionSpec, tableIdentifier
-
-
Constructor Summary
Constructors Constructor Description SqlAlterTableAddDistribution(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.table.SqlAlterTableDistribution
getDistribution, getOperandList, unparseAlterOperation
-
Methods inherited from class org.apache.flink.sql.parser.ddl.table.SqlAlterTable
fullTableName, getOperator, getPartitionKVs, getPartitionSpec, getTableName, ifTableExists
-
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
-
SqlAlterTableAddDistribution
public SqlAlterTableAddDistribution(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, SqlDistribution distribution)
-
-
Method Detail
-
getAlterOperation
protected String getAlterOperation()
- Specified by:
getAlterOperationin classSqlAlterTableDistribution
-
-