Class TableChange.ModifyDistribution

java.lang.Object
org.apache.flink.table.catalog.TableChange.ModifyDistribution
All Implemented Interfaces:
TableChange, TableChange.CatalogTableChange
Enclosing interface:
TableChange

@PublicEvolving public static class TableChange.ModifyDistribution extends Object implements TableChange.CatalogTableChange
A table change to modify a distribution.

It is equal to the following statement:

    ALTER TABLE <table_name> MODIFY DISTRIBUTION ...;