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.table_environment.StreamTableEnvironment.load_module#

StreamTableEnvironment.load_module(module_name: str, module: pyflink.table.module.Module)#

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.

New in version 1.12.0.

previous

pyflink.table.table_environment.StreamTableEnvironment.list_views

next

pyflink.table.table_environment.StreamTableEnvironment.register_catalog

Show Source

Created using Sphinx 4.5.0.