- Enclosing interface:
- TableChange
public static class TableChange.ColumnPositionChange
extends Object
Column position change.
now support three change types: FIRST/AFTER/BEFORE
FIRST means the specified column should be the first column.
AFTER means the specified column should be put after the given column.
BEFORE means the specified column should be put before the given column.
Note that, the specified column may be a nested field:
AFTER/BEFORE means the given columns should in the same struct;
FIRST means this field should be the first one within the struct.