pyflink.table.catalog.CatalogFunction.create_instance#
- static CatalogFunction.create_instance(class_name: str, function_language: str = 'Python') pyflink.table.catalog.CatalogFunction [source]#
Creates an instance of CatalogDatabase.
- Parameters
class_name – full qualified path of the class name
function_language – language of the function, must be one of ‘Python’, ‘Java’ or ‘Scala’. (default Python)