Class TableChange.After
Object
org.apache.spark.sql.connector.catalog.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 Summary