pyflink.table.table_environment.TableEnvironment.use_modules# TableEnvironment.use_modules(*module_names: str)[source]# 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.