Class TableChange.DropWatermark

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

    @PublicEvolving
    public static class TableChange.DropWatermark
    extends Object
    implements TableChange
    A table change to drop the watermark.

    It is equal to the following statement:

        ALTER TABLE <table_name> DROP WATERMARK
     
    • Constructor Detail

      • DropWatermark

        public DropWatermark()