Uses of Interface
org.apache.flink.table.catalog.CatalogMaterializedTable
Packages that use CatalogMaterializedTable
-
Uses of CatalogMaterializedTable in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogMaterializedTableModifier and TypeClassDescriptionclassDefault implementation of aCatalogMaterializedTable.classA validatedCatalogMaterializedTablethat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return CatalogMaterializedTableModifier and TypeMethodDescriptionCatalogMaterializedTable.Builder.build()Returns a copy of thisCatalogMaterializedTablewith given table optionsoptions.CatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) Returns a copy of thisCatalogDynamicTablewith given refresh info.DefaultCatalogMaterializedTable.copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) static CatalogMaterializedTableCatalogPropertiesUtil.deserializeCatalogMaterializedTable(Map<String, String> properties) Deserializes the given map of string properties into an unresolvedCatalogMaterializedTable.ResolvedCatalogMaterializedTable.getOrigin()Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTableModifierConstructorDescriptionResolvedCatalogMaterializedTable(CatalogMaterializedTable origin, ResolvedSchema resolvedSchema)