Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.jdbc | |
org.apache.paimon.privilege | |
org.apache.paimon.schema |
Modifier and Type | Method and Description |
---|---|
void |
DelegateCatalog.alterTable(Identifier identifier,
List<SchemaChange> changes,
boolean ignoreIfNotExists) |
void |
Catalog.alterTable(Identifier identifier,
List<SchemaChange> changes,
boolean ignoreIfNotExists)
Modify an existing table from
SchemaChange s. |
void |
AbstractCatalog.alterTable(Identifier identifier,
List<SchemaChange> changes,
boolean ignoreIfNotExists) |
void |
CachingCatalog.alterTable(Identifier identifier,
List<SchemaChange> changes,
boolean ignoreIfNotExists) |
default void |
Catalog.alterTable(Identifier identifier,
SchemaChange change,
boolean ignoreIfNotExists)
Modify an existing table from a
SchemaChange . |
protected void |
FileSystemCatalog.alterTableImpl(Identifier identifier,
List<SchemaChange> changes) |
protected abstract void |
AbstractCatalog.alterTableImpl(Identifier identifier,
List<SchemaChange> changes) |
Modifier and Type | Method and Description |
---|---|
protected void |
HiveCatalog.alterTableImpl(Identifier identifier,
List<SchemaChange> changes) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcCatalog.alterTableImpl(Identifier identifier,
List<SchemaChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegedCatalog.alterTable(Identifier identifier,
List<SchemaChange> changes,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
TableSchema |
SchemaManager.commitChanges(List<SchemaChange> changes)
Update
SchemaChange s. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.