Class TableChange.ResetOption

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

@PublicEvolving public static class TableChange.ResetOption extends Object implements TableChange.CatalogTableChange
A table change to reset the table option.

It is equal to the following statement:

    ALTER TABLE <table_name> RESET '<key>'
 
  • Constructor Details

    • ResetOption

      public ResetOption(String key)
  • Method Details