| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static CatalogManager.TableLookupResult |
CatalogManager.TableLookupResult.permanent(org.apache.flink.table.catalog.Catalog catalog,
org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
static CatalogManager.TableLookupResult |
CatalogManager.TableLookupResult.temporary(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) |
| Modifier and Type | Method and Description |
|---|---|
Optional<CatalogManager.TableLookupResult> |
CatalogManager.getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)
Retrieves a fully qualified table.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.