static class |
TableChange.AddColumn |
A table change to add a column.
|
static class |
TableChange.AddDistribution |
A table change to add a distribution.
|
static class |
TableChange.AddUniqueConstraint |
A table change to add a unique constraint.
|
static class |
TableChange.AddWatermark |
A table change to add a watermark.
|
static class |
TableChange.DropColumn |
A table change to drop the column.
|
static class |
TableChange.DropConstraint |
A table change to drop the constraints.
|
static class |
TableChange.DropDistribution |
A table change to drop a table's distribution.
|
static class |
TableChange.DropWatermark |
A table change to drop the watermark.
|
static class |
TableChange.ModifyColumn |
A base schema change to modify a column.
|
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.ModifyDistribution |
A table change to modify a distribution.
|
static class |
TableChange.ModifyPhysicalColumnType |
A table change that modify the physical column data type.
|
static class |
TableChange.ModifyRefreshHandler |
A table change to modify materialized table refresh handler.
|
static class |
TableChange.ModifyRefreshStatus |
A table change to modify materialized table refresh status.
|
static class |
TableChange.ModifyUniqueConstraint |
A table change to modify a unique constraint.
|
static class |
TableChange.ModifyWatermark |
A table change to modify the watermark.
|
static class |
TableChange.ResetOption |
A table change to reset the table option.
|
static class |
TableChange.SetOption |
A table change to set the table option.
|