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
Modifier and TypeMethodDescriptionReturns the class loader of the current session.
-
Method Details
-
getClassLoader
ClassLoader getClassLoader()Returns the class loader of the current session.
-