| Interface | Description |
|---|---|
| TableChange |
TableChange subclasses represent requested changes to a table.
|
| Class | Description |
|---|---|
| InternalSchemaChangeApplier |
Manage schema change for HoodieWriteClient.
|
| InternalSchemaMerger |
Auxiliary class.
|
| TableChange.BaseColumnChange |
Information of base column changes
|
| TableChange.ColumnPositionChange |
Column position change.
|
| TableChanges |
Operations of schema changes supported in schema evolution
|
| TableChanges.ColumnAddChange |
Deal with add columns changes for table.
|
| TableChanges.ColumnDeleteChange |
Deal with delete columns changes for table.
|
| TableChanges.ColumnUpdateChange |
Deal with update columns changes for table.
|
| TableChangesHelper |
Helper class to support Table schema changes.
|
| Enum | Description |
|---|---|
| TableChange.ColumnChangeID |
The action Type of schema change.
|
| TableChange.ColumnPositionChange.ColumnPositionType |
Copyright © 2024 The Apache Software Foundation. All rights reserved.