Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • Catalog
  • pyflink.table.catalog.CatalogFunction.create_instance

pyflink.table.catalog.CatalogFunction.create_instance#

static CatalogFunction.create_instance(class_name: str, function_language: str = 'Python') → 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)

previous

pyflink.table.catalog.CatalogPartition.get_comment

next

pyflink.table.catalog.CatalogFunction.get_class_name

On this page
  • CatalogFunction.create_instance()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.