| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TableChange.ModifyColumnComment
A table change to modify the column comment.
|
static class |
TableChange.ModifyColumnName
A table change to modify the column name.
|
static class |
TableChange.ModifyColumnPosition
A table change to modify the column position.
|
static class |
TableChange.ModifyPhysicalColumnType
A table change that modify the physical column data type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TableChange.ModifyColumn |
TableChange.modify(Column oldColumn,
Column newColumn,
TableChange.ColumnPosition columnPosition)
A table change to modify a column.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.