Uses of Interface
org.apache.flink.table.catalog.ResolvedCatalogModel
Packages that use ResolvedCatalogModel
-
Uses of ResolvedCatalogModel in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement ResolvedCatalogModelModifier and TypeClassDescriptionfinal classA validatedCatalogModelthat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return ResolvedCatalogModelModifier and TypeMethodDescriptionDefaultResolvedCatalogModel.copy()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 ResolvedCatalogModelModifier and TypeMethodDescriptionCatalogPropertiesUtil.serializeResolvedCatalogModel(ResolvedCatalogModel resolvedModel) Serializes the givenResolvedCatalogModelinto a map of string properties.