| Package | Description |
|---|---|
| org.apache.hudi.internal.schema.action | |
| org.apache.hudi.internal.schema.utils |
| Modifier and Type | Method and Description |
|---|---|
TableChanges.ColumnAddChange |
TableChanges.ColumnAddChange.addColumns(String parent,
String name,
Type type,
String doc) |
TableChanges.ColumnAddChange |
TableChanges.ColumnAddChange.addColumns(String name,
Type type,
String doc) |
static TableChanges.ColumnAddChange |
TableChanges.ColumnAddChange.get(InternalSchema internalSchema) |
| Modifier and Type | Method and Description |
|---|---|
static Type |
SchemaChangeUtils.applyTableChange2Type(Type type,
TableChanges.ColumnAddChange adds)
Apply all the DDL add operations to Type to produce a new internalSchema.
|
static InternalSchema |
SchemaChangeUtils.applyTableChanges2Schema(InternalSchema internalSchema,
TableChanges.ColumnAddChange adds)
Apply all the DDL add operations to internalSchema to produce a new internalSchema.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.