Uses of Interface
org.apache.flink.table.factories.FunctionDefinitionFactory.Context
-
Packages that use FunctionDefinitionFactory.Context Package Description org.apache.flink.table.factories -
-
Uses of FunctionDefinitionFactory.Context in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type FunctionDefinitionFactory.Context Modifier and Type Method Description default FunctionDefinitionFunctionDefinitionFactory. 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.
-