Uses of Interface
org.apache.flink.table.catalog.CatalogFunction
Packages that use CatalogFunction
-
Uses of CatalogFunction in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogFunctionModifier and TypeMethodDescriptionCatalogFunction.copy()Create a deep copy of the function.Catalog.getFunction(org.apache.flink.table.catalog.ObjectPath functionPath) Get the function.Methods in org.apache.flink.table.catalog with parameters of type CatalogFunctionModifier and TypeMethodDescriptionvoidCatalog.alterFunction(org.apache.flink.table.catalog.ObjectPath functionPath, CatalogFunction newFunction, boolean ignoreIfNotExists) Modify an existing function.voidCatalog.createFunction(org.apache.flink.table.catalog.ObjectPath functionPath, CatalogFunction function, boolean ignoreIfExists) Create a function.