Package org.apache.flink.table.catalog
Class ModelChange.ResetOption
- java.lang.Object
-
- org.apache.flink.table.catalog.ModelChange.ResetOption
-
- All Implemented Interfaces:
ModelChange
- Enclosing interface:
- ModelChange
@PublicEvolving public static class ModelChange.ResetOption extends Object implements ModelChange
A model change to reset the model option.It is equal to the following statement:
ALTER MODEL <model_name> RESET (key);
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.ModelChange
ModelChange.ResetOption, ModelChange.SetOption
-
-
Constructor Summary
Constructors Constructor Description ResetOption(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()Returns the Option key to reset.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ResetOption
public ResetOption(String key)
-
-