| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CatalogTable
Represents a table in a catalog.
|
interface |
CatalogView
Represents a view in a catalog.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogBaseTable |
CatalogBaseTable.copy()
Get a deep copy of the CatalogBaseTable instance.
|
CatalogBaseTable |
Catalog.getTable(ObjectPath tablePath)
Get a CatalogTable or CatalogView identified by tablePath.
|
| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.