Class ViewChange.RemoveProperty

java.lang.Object
org.apache.gravitino.rel.ViewChange.RemoveProperty
All Implemented Interfaces:
ViewChange
Enclosing interface:
ViewChange

public static final class ViewChange.RemoveProperty extends Object implements ViewChange
A ViewChange to remove a view property.

If the property does not exist, the change should succeed.

  • Method Details

    • getProperty

      public String getProperty()
      Retrieves the name of the property to be removed from the view.
      Returns:
      The property name scheduled for removal.
    • 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