Class TableChange.DropDistribution

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

@PublicEvolving public static class TableChange.DropDistribution extends Object implements TableChange.CatalogTableChange
A table change to drop a table's distribution.

It is equal to the following statement:

    ALTER TABLE <table_name> DROP DISTRIBUTION
 
  • Constructor Details

    • DropDistribution

      public DropDistribution()
  • Method Details