Class TableChange.DropWatermark

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

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

It is equal to the following statement:

    ALTER TABLE <table_name> DROP WATERMARK
 
  • Constructor Details

    • DropWatermark

      public DropWatermark()
  • Method Details