Uses of Interface
org.apache.flink.table.catalog.CatalogMaterializedTable
-
Packages that use CatalogMaterializedTable Package Description org.apache.flink.table.catalog -
-
Uses of CatalogMaterializedTable in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogMaterializedTable Modifier and Type Class Description classDefaultCatalogMaterializedTableDefault implementation of aCatalogMaterializedTable.classResolvedCatalogMaterializedTableA validatedCatalogMaterializedTablethat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable Modifier and Type Method Description CatalogMaterializedTableCatalogMaterializedTable.Builder. build()CatalogMaterializedTableCatalogMaterializedTable. copy(Map<String,String> options)Returns a copy of thisCatalogMaterializedTablewith given table optionsoptions.CatalogMaterializedTableCatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)Returns a copy of thisCatalogDynamicTablewith given refresh info.CatalogMaterializedTableDefaultCatalogMaterializedTable. copy(Map<String,String> options)CatalogMaterializedTableDefaultCatalogMaterializedTable. 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.CatalogMaterializedTableResolvedCatalogMaterializedTable. getOrigin()Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable Constructor Description ResolvedCatalogMaterializedTable(CatalogMaterializedTable origin, ResolvedSchema resolvedSchema)
-