Uses of Interface
org.apache.flink.table.module.Module
Packages that use Module
-
Uses of Module in org.apache.flink.table.api
Methods in org.apache.flink.table.api with parameters of type ModuleModifier and TypeMethodDescriptionvoidTableEnvironment.loadModule(String moduleName, Module module) Loads aModuleunder a unique name. -
Uses of Module in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return ModuleModifier and TypeMethodDescriptionstatic ModuleFactoryUtil.createModule(String moduleName, Map<String, String> options, ReadableConfig configuration, ClassLoader classLoader) Discovers a matching module factory and creates an instance of it.