| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCatalogMaterializedTable
Default implementation of a
CatalogMaterializedTable. |
class |
ResolvedCatalogMaterializedTable
A validated
CatalogMaterializedTable that is backed by the original metadata coming from
the Catalog but resolved by the framework. |
| Modifier and Type | Method and Description |
|---|---|
CatalogMaterializedTable |
CatalogMaterializedTable.Builder.build() |
CatalogMaterializedTable |
DefaultCatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus,
String refreshHandlerDescription,
byte[] serializedRefreshHandler) |
CatalogMaterializedTable |
CatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus,
String refreshHandlerDescription,
byte[] serializedRefreshHandler)
Returns a copy of this
CatalogDynamicTable with given refresh info. |
CatalogMaterializedTable |
DefaultCatalogMaterializedTable.copy(Map<String,String> options) |
CatalogMaterializedTable |
CatalogMaterializedTable.copy(Map<String,String> options)
Returns a copy of this
CatalogMaterializedTable with given table options options. |
static CatalogMaterializedTable |
CatalogPropertiesUtil.deserializeCatalogMaterializedTable(Map<String,String> properties)
Deserializes the given map of string properties into an unresolved
CatalogMaterializedTable. |
CatalogMaterializedTable |
ResolvedCatalogMaterializedTable.getOrigin() |
| Constructor and Description |
|---|
ResolvedCatalogMaterializedTable(CatalogMaterializedTable origin,
ResolvedSchema resolvedSchema) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.