Package org.apache.gravitino.rel
Class TableChange.After
java.lang.Object
org.apache.gravitino.rel.TableChange.After
- All Implemented Interfaces:
TableChange.ColumnPosition
- Enclosing interface:
- TableChange
Column position AFTER means the specified column should be put after the given `column`. Note
that, the specified column may be a nested field, and then the given `column` refers to a field
in the same struct.
-
Method Details
-
getColumn
Retrieves the name of the reference column after which the specified column will be placed.- Returns:
- The name of the reference column.
-
equals
Compares this After instance with another object for equality. Two instances are considered equal if they refer to the same column name. -
hashCode
public int hashCode()Generates a hash code for this After instance. The hash code is based on the column name. -
toString
-