Class TableChange.First
Object
org.apache.spark.sql.connector.catalog.TableChange.First
- All Implemented Interfaces:
TableChange.ColumnPosition
- Enclosing interface:
- TableChange
Column position FIRST means the specified column should be the first column.
Note that, the specified column may be a nested field, and then FIRST means this field should
be the first one within the struct.
-
Method Summary