| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CatalogTable
Represents a table in a catalog.
|
interface |
CatalogView
Represents a view in a catalog.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogBaseTable |
CatalogBaseTable.copy()
Get a deep copy of the CatalogBaseTable instance.
|
CatalogBaseTable |
Catalog.getTable(ObjectPath tablePath)
Get a CatalogTable or CatalogView identified by tablePath.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Catalog.alterTable(ObjectPath tablePath,
CatalogBaseTable newTable,
boolean ignoreIfNotExists)
Modify an existing table or view.
|
void |
Catalog.createTable(ObjectPath tablePath,
CatalogBaseTable table,
boolean ignoreIfExists)
Create a new table or view.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.