Uses of Interface
org.apache.flink.table.catalog.ResolvedCatalogModel
-
Packages that use ResolvedCatalogModel Package Description org.apache.flink.table.catalog -
-
Uses of ResolvedCatalogModel in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement ResolvedCatalogModel Modifier and Type Class Description classDefaultResolvedCatalogModelA validatedCatalogModelthat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return ResolvedCatalogModel Modifier and Type Method Description ResolvedCatalogModelDefaultResolvedCatalogModel. copy()ResolvedCatalogModelDefaultResolvedCatalogModel. copy(Map<String,String> modelOptions)static ResolvedCatalogModelResolvedCatalogModel. of(CatalogModel origin, ResolvedSchema resolvedInputSchema, ResolvedSchema resolvedOutputSchema)Creates a basic implementation of this interface.Methods in org.apache.flink.table.catalog with parameters of type ResolvedCatalogModel Modifier and Type Method Description static Map<String,String>CatalogPropertiesUtil. serializeResolvedCatalogModel(ResolvedCatalogModel resolvedModel)Serializes the givenResolvedCatalogModelinto a map of string properties.
-