Uses of Class
org.apache.flink.table.catalog.ResolvedCatalogView
-
Packages that use ResolvedCatalogView Package Description org.apache.flink.table.catalog -
-
Uses of ResolvedCatalogView in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog with parameters of type ResolvedCatalogView Modifier and Type Method Description static Map<String,String>CatalogPropertiesUtil. serializeCatalogView(ResolvedCatalogView resolvedView)Serializes the givenResolvedCatalogViewinto a map of string properties.
-