Class TableChange.SetOption

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

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

It is equal to the following statement:

    ALTER TABLE <table_name> SET '<key>' = '<value>';
 
  • Method Details

    • getKey

      public String getKey()
      Returns the Option key to set.
    • getValue

      public String getValue()
      Returns the Option value to set.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object