Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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()
Show Source

Created using Sphinx 5.3.0.