| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static TableChange.AddColumn |
TableChange.add(Column column)
A table change to add the column at last.
|
static TableChange.AddColumn |
TableChange.add(Column column,
TableChange.ColumnPosition position)
A table change to add the column with specified position.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.