Class FunctionChange.RemoveImpl

java.lang.Object
org.apache.gravitino.function.FunctionChange.RemoveImpl
All Implemented Interfaces:
FunctionChange
Enclosing interface:
FunctionChange

public static final class FunctionChange.RemoveImpl extends Object implements FunctionChange
A FunctionChange to remove an implementation for a specific runtime.
  • Method Details

    • parameters

      public FunctionParam[] parameters()
      Returns:
      The parameters that identify the definition to update.
    • runtime

      public FunctionImpl.RuntimeType runtime()
      Returns:
      The runtime that identifies the implementation to remove.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object