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.StreamTableEnvironment.use_modules

pyflink.table.table_environment.StreamTableEnvironment.use_modules#

StreamTableEnvironment.use_modules(*module_names: str)#

Use an array of Module with given names. ValidationException is thrown when there is duplicate name or no module with the given name.

Parameters:

module_names – Names of the modules to be used.

Added in version 1.13.0.

previous

pyflink.table.table_environment.StreamTableEnvironment.use_database

next

Table

On this page
  • StreamTableEnvironment.use_modules()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.