Class TableChange.AddDistribution

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

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

It is equal to the following statement:

    ALTER TABLE <table_name> ADD DISTRIBUTION ...;