Uses of Interface
org.apache.flink.table.functions.SpecializedFunction.ExpressionEvaluatorFactory
Packages that use SpecializedFunction.ExpressionEvaluatorFactory
-
Uses of SpecializedFunction.ExpressionEvaluatorFactory in org.apache.flink.table.functions
Subinterfaces of SpecializedFunction.ExpressionEvaluatorFactory in org.apache.flink.table.functionsModifier and TypeInterfaceDescriptionstatic interfaceProvides call and session information for the specialized function.Methods in org.apache.flink.table.functions with parameters of type SpecializedFunction.ExpressionEvaluatorFactoryModifier and TypeMethodDescriptionstatic UserDefinedFunctionUserDefinedFunctionHelper.createSpecializedFunction(String functionName, FunctionDefinition definition, CallContext callContext, ClassLoader builtInClassLoader, org.apache.flink.configuration.ReadableConfig configuration, SpecializedFunction.ExpressionEvaluatorFactory evaluatorFactory) Creates the runtime implementation of aFunctionDefinitionas an instance ofUserDefinedFunction.