Class TableChange.DropDistribution

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

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

    It is equal to the following statement:

        ALTER TABLE <table_name> DROP DISTRIBUTION
     
    • Constructor Detail

      • DropDistribution

        public DropDistribution()