| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
static ContextResolvedTable |
ContextResolvedTable.anonymous(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
static ContextResolvedTable |
ContextResolvedTable.anonymous(String hint,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
ContextResolvedTable |
ContextResolvedTable.copy(Map<String,String> newOptions)
Copy the
ContextResolvedTable, replacing the underlying CatalogTable options. |
ContextResolvedTable |
CatalogManager.getTableOrError(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)
Like
CatalogManager.getTable(ObjectIdentifier), but throws an error when the table is not available
in any of the catalogs. |
static ContextResolvedTable |
ContextResolvedTable.permanent(org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.Catalog catalog,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
static ContextResolvedTable |
ContextResolvedTable.temporary(org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ContextResolvedTable> |
CatalogManager.getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)
Retrieves a fully qualified table.
|
| Modifier and Type | Method and Description |
|---|---|
ContextResolvedTable |
SinkModifyOperation.getContextResolvedTable() |
ContextResolvedTable |
ExternalModifyOperation.getContextResolvedTable() |
ContextResolvedTable |
SourceQueryOperation.getContextResolvedTable() |
| Constructor and Description |
|---|
ExternalModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
org.apache.flink.table.connector.ChangelogMode changelogMode,
org.apache.flink.table.types.DataType physicalDataType) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
boolean overwrite,
Map<String,String> dynamicOptions) |
SourceQueryOperation(ContextResolvedTable contextResolvedTable) |
SourceQueryOperation(ContextResolvedTable contextResolvedTable,
Map<String,String> dynamicOptions) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.