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 DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

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)

previous

pyflink.table.catalog.CatalogPartition.get_comment

next

pyflink.table.catalog.CatalogFunction.get_class_name

Show Source

Created using Sphinx 4.5.0.