Uses of Interface
org.apache.flink.table.functions.python.PythonFunction
Packages that use PythonFunction
Package
Description
-
Uses of PythonFunction in org.apache.flink.table.functions.python
Classes in org.apache.flink.table.functions.python that implement PythonFunctionModifier and TypeClassDescriptionenumThe list of the built-in aggregate functions which can be mixed with the Python UDAF.classThe wrapper of user defined python aggregate function.classThe wrapper of user defined python scalar function.classThe wrapper of user defined python table aggregate function.classThe wrapper of user defined python table function.Methods in org.apache.flink.table.functions.python that return PythonFunctionConstructors in org.apache.flink.table.functions.python with parameters of type PythonFunctionModifierConstructorDescriptionPythonAggregateFunctionInfo(PythonFunction pythonFunction, Object[] inputs, int filterArg, boolean isDistinct) PythonFunctionInfo(PythonFunction pythonFunction, Object[] inputs) -
Uses of PythonFunction in org.apache.flink.table.functions.python.utils
Methods in org.apache.flink.table.functions.python.utils that return PythonFunctionModifier and TypeMethodDescriptionstatic PythonFunctionPythonFunctionUtils.getPythonFunction(String fullyQualifiedName, org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)