Package org.apache.flink.table.catalog
Class TableChange.DropDistribution
- java.lang.Object
-
- org.apache.flink.table.catalog.TableChange.DropDistribution
-
- All Implemented Interfaces:
TableChange,TableChange.CatalogTableChange,TableChange.MaterializedTableChange
- Enclosing interface:
- TableChange
@PublicEvolving public static class TableChange.DropDistribution extends Object implements TableChange.CatalogTableChange, TableChange.MaterializedTableChange
A table change to drop distribution for table or materialized table.It is equal to the following statement:
ALTER TABLE <table_name> DROP DISTRIBUTIONor in case of materialized table:
ALTER MATERIALIZED TABLE <table_name> DROP DISTRIBUTION
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.TableChange
TableChange.AddColumn, TableChange.AddDistribution, TableChange.AddUniqueConstraint, TableChange.AddWatermark, TableChange.After, TableChange.CatalogTableChange, TableChange.ColumnPosition, TableChange.DropColumn, TableChange.DropConstraint, TableChange.DropDistribution, TableChange.DropWatermark, TableChange.First, TableChange.MaterializedTableChange, TableChange.ModifyColumn, TableChange.ModifyColumnComment, TableChange.ModifyColumnName, TableChange.ModifyColumnPosition, TableChange.ModifyDefinitionQuery, TableChange.ModifyDistribution, TableChange.ModifyPhysicalColumnType, TableChange.ModifyRefreshHandler, TableChange.ModifyRefreshStatus, TableChange.ModifyUniqueConstraint, TableChange.ModifyWatermark, TableChange.ResetOption, TableChange.SetOption
-
-
Constructor Summary
Constructors Constructor Description DropDistribution()
-