Class TableChange.ModifyDistribution

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

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

    It is equal to the following statement:

        ALTER TABLE <table_name> MODIFY DISTRIBUTION ...;