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

New in version 1.13.0.

previous

pyflink.table.table_environment.StreamTableEnvironment.use_database

next

Table

Show Source

Created using Sphinx 4.5.0.