| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.table.catalog |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Catalog.dropTable(TablePath tablePath,
boolean ignoreIfNotExists)
Drop an existing table in this catalog.
|
CatalogTable |
Catalog.getTable(TablePath tablePath)
Return a
CatalogTable identified by the given TablePath. |
default void |
Catalog.truncateTable(TablePath tablePath,
boolean ignoreIfNotExists)
Truncate an existing table data in this catalog.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.