Uses of Class
org.apache.flink.table.catalog.ResolvedCatalogMaterializedTable
-
Packages that use ResolvedCatalogMaterializedTable Package Description org.apache.flink.table.catalog -
-
Uses of ResolvedCatalogMaterializedTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ResolvedCatalogMaterializedTable Modifier and Type Method Description ResolvedCatalogMaterializedTableResolvedCatalogMaterializedTable. copy(Map<String,String> options)ResolvedCatalogMaterializedTableResolvedCatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)Methods in org.apache.flink.table.catalog with parameters of type ResolvedCatalogMaterializedTable Modifier and Type Method Description static Map<String,String>CatalogPropertiesUtil. serializeCatalogMaterializedTable(ResolvedCatalogMaterializedTable resolvedMaterializedTable, SqlFactory sqlFactory)Serializes the givenResolvedCatalogMaterializedTableinto a map of string properties.
-