public class SqlAlterHiveTableChangeColumn
extends org.apache.flink.sql.parser.ddl.SqlChangeColumn
| 构造器和说明 |
|---|
SqlAlterHiveTableChangeColumn(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
boolean cascade,
org.apache.calcite.sql.SqlIdentifier oldName,
org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn newColumn,
boolean first,
org.apache.calcite.sql.SqlIdentifier after) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getAfter, getNewColumn, getOldName, getOperandList, getProperties, isFirstfullTableName, getOperator, getPartitionKVs, getPartitionSpec, getTableNameaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlAlterHiveTableChangeColumn(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
boolean cascade,
org.apache.calcite.sql.SqlIdentifier oldName,
org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn newColumn,
boolean first,
org.apache.calcite.sql.SqlIdentifier after)
throws ParseException
ParseExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.