| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static TableChange.ModifyColumn |
TableChange.modify(Column oldColumn,
Column newColumn,
TableChange.ColumnPosition columnPosition)
A table change to modify a column.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.