Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.privilege |
Modifier and Type | Method and Description |
---|---|
void |
Catalog.createTable(Identifier identifier,
Schema schema,
boolean ignoreIfExists)
Create a new table.
|
void |
AbstractCatalog.createTable(Identifier identifier,
Schema schema,
boolean ignoreIfExists) |
void |
DelegateCatalog.createTable(Identifier identifier,
Schema schema,
boolean ignoreIfExists) |
void |
CachingCatalog.renameTable(Identifier fromTable,
Identifier toTable,
boolean ignoreIfNotExists) |
void |
Catalog.renameTable(Identifier fromTable,
Identifier toTable,
boolean ignoreIfNotExists)
Rename a table.
|
void |
AbstractCatalog.renameTable(Identifier fromTable,
Identifier toTable,
boolean ignoreIfNotExists) |
void |
DelegateCatalog.renameTable(Identifier fromTable,
Identifier toTable,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegedCatalog.createTable(Identifier identifier,
Schema schema,
boolean ignoreIfExists) |
void |
PrivilegedCatalog.renameTable(Identifier fromTable,
Identifier toTable,
boolean ignoreIfNotExists) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.