Uses of Interface
org.apache.flink.table.catalog.CatalogModel
Packages that use CatalogModel
-
Uses of CatalogModel in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return CatalogModelModifier and TypeMethodDescriptionModelDescriptor.toCatalogModel()Converts this descriptor into aCatalogModel. -
Uses of CatalogModel in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogModelModifier and TypeMethodDescriptionCatalogModel.copy()Get a deep copy of the CatalogModel instance.Copy the input model options into the CatalogModel instance.default CatalogModelCatalog.getModel(org.apache.flink.table.catalog.ObjectPath modelPath) Returns aCatalogModelidentified by the givenObjectPath.static CatalogModelCatalogModel.of(Schema inputSchema, Schema outputSchema, Map<String, String> modelOptions, String comment) Creates a basic implementation of this interface.Methods in org.apache.flink.table.catalog with parameters of type CatalogModelModifier and TypeMethodDescriptiondefault voidCatalog.alterModel(org.apache.flink.table.catalog.ObjectPath modelPath, CatalogModel newModel, boolean ignoreIfNotExists) Modifies an existing model.default voidCatalog.alterModel(org.apache.flink.table.catalog.ObjectPath modelPath, CatalogModel newModel, List<org.apache.flink.table.catalog.ModelChange> modelChanges, boolean ignoreIfNotExists) Modifies an existing model.default voidCatalog.createModel(org.apache.flink.table.catalog.ObjectPath modelPath, CatalogModel model, boolean ignoreIfExists) Creates a new model.