Uses of Interface
org.apache.flink.table.factories.FunctionDefinitionFactory.Context
Packages that use FunctionDefinitionFactory.Context
-
Uses of FunctionDefinitionFactory.Context in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type FunctionDefinitionFactory.ContextModifier and TypeMethodDescriptionFunctionDefinitionFactory.createFunctionDefinition(String name, CatalogFunction catalogFunction, FunctionDefinitionFactory.Context context) Creates aFunctionDefinitionfrom givenCatalogFunctionwith the givenFunctionDefinitionFactory.Contextcontaining the class loader of the current session, which is useful when it's needed to load class from class name.