Class TableChange.First

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

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