| Package | Description |
|---|---|
| org.apache.hudi.internal.schema.action |
| Modifier and Type | Method and Description |
|---|---|
TableChange.ColumnPositionChange.ColumnPositionType |
TableChange.ColumnPositionChange.type() |
static TableChange.ColumnPositionChange.ColumnPositionType |
TableChange.ColumnPositionChange.ColumnPositionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableChange.ColumnPositionChange.ColumnPositionType[] |
TableChange.ColumnPositionChange.ColumnPositionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableChange.BaseColumnChange |
TableChange.BaseColumnChange.addPositionChange(String srcName,
String dsrName,
TableChange.ColumnPositionChange.ColumnPositionType orderType)
Add position change.
|
InternalSchema |
InternalSchemaChangeApplier.applyAddChange(String colName,
Type colType,
String doc,
String position,
TableChange.ColumnPositionChange.ColumnPositionType positionType)
Add columns to table.
|
InternalSchema |
InternalSchemaChangeApplier.applyReOrderColPositionChange(String colName,
String referColName,
TableChange.ColumnPositionChange.ColumnPositionType positionType)
Reorder the position of col.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.