Class TableChange.After

Object
org.apache.spark.sql.connector.catalog.TableChange.After
All Implemented Interfaces:
TableChange.ColumnPosition
Enclosing interface:
TableChange

public static final class TableChange.After extends Object implements TableChange.ColumnPosition
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.