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
  • TableEnvironment
  • pyflink.table.table_environment.TableEnvironment.load_module

pyflink.table.table_environment.TableEnvironment.load_module#

TableEnvironment.load_module(module_name: str, module: Module)[source]#

Loads a Module under a unique name. Modules will be kept in the loaded order. ValidationException is thrown when there is already a module with the same name.

Parameters:
  • module_name – Name of the Module.

  • module – The module instance.

Added in version 1.12.0.

previous

pyflink.table.table_environment.TableEnvironment.list_temporary_models

next

pyflink.table.table_environment.TableEnvironment.register_catalog

On this page
  • TableEnvironment.load_module()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.