Class TableChange.AddDistribution

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

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

    It is equal to the following statement:

        ALTER TABLE <table_name> ADD DISTRIBUTION ...;