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