Package org.apache.gravitino.function
Class FunctionChange.UpdateImpl
java.lang.Object
org.apache.gravitino.function.FunctionChange.UpdateImpl
- All Implemented Interfaces:
FunctionChange
- Enclosing interface:
- FunctionChange
A
FunctionChange to replace an implementation (identified by runtime) for a specific
definition.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.function.FunctionChange
FunctionChange.AddDefinition, FunctionChange.AddImpl, FunctionChange.RemoveDefinition, FunctionChange.RemoveImpl, FunctionChange.UpdateComment, FunctionChange.UpdateImpl -
Field Summary
Fields inherited from interface org.apache.gravitino.function.FunctionChange
EMPTY_PARAMS -
Method Summary
-
Method Details
-
parameters
- Returns:
- The parameters that identify the definition to update.
-
runtime
- Returns:
- The runtime that identifies the implementation to replace.
-
implementation
- Returns:
- The new implementation.
-
equals
-
hashCode
public int hashCode() -
toString
-