Uses of Interface
org.apache.flink.table.catalog.ResolvedCatalogModel
-
Packages that use ResolvedCatalogModel Package Description org.apache.flink.table.catalog org.apache.flink.table.factories org.apache.flink.table.ml -
-
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, SqlFactory sqlFactory)Serializes the givenResolvedCatalogModelinto a map of string properties. -
Uses of ResolvedCatalogModel in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return ResolvedCatalogModel Modifier and Type Method Description ResolvedCatalogModelFactoryUtil.DefaultModelProviderContext. getCatalogModel()ResolvedCatalogModelModelProviderFactory.Context. getCatalogModel()Returns the resolved model information received from theCatalogor persisted plan.Methods in org.apache.flink.table.factories with parameters of type ResolvedCatalogModel Modifier and Type Method Description static ModelProviderFactoryUtil. createModelProvider(ModelProviderFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogModel catalogModel, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Creates aModelProviderfrom aResolvedCatalogModel.Constructors in org.apache.flink.table.factories with parameters of type ResolvedCatalogModel Constructor Description DefaultModelProviderContext(ObjectIdentifier objectIdentifier, ResolvedCatalogModel catalogModel, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary) -
Uses of ResolvedCatalogModel in org.apache.flink.table.ml
Methods in org.apache.flink.table.ml that return ResolvedCatalogModel Modifier and Type Method Description ResolvedCatalogModelModelProvider.Context. getCatalogModel()Resolved catalog model.
-