Package org.apache.flink.table.factories
Interface FunctionDefinitionFactory.Context
-
- Enclosing interface:
- FunctionDefinitionFactory
@PublicEvolving public static interface FunctionDefinitionFactory.ContextContext provided when a function definition is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()Returns the class loader of the current session.
-
-
-
Method Detail
-
getClassLoader
ClassLoader getClassLoader()
Returns the class loader of the current session.
-
-