Class TableChange.UpdateColumnPosition

Object
org.apache.spark.sql.connector.catalog.TableChange.UpdateColumnPosition
All Implemented Interfaces:
TableChange, TableChange.ColumnChange
Enclosing interface:
TableChange

public static final class TableChange.UpdateColumnPosition extends Object implements TableChange.ColumnChange
A TableChange to update the position of a field.

The field names are used to find the field to update.

If the field does not exist, the change must result in an IllegalArgumentException.