Uses of Interface
org.apache.flink.table.functions.python.PythonFunction
-
Packages that use PythonFunction Package Description org.apache.flink.table.functions.python org.apache.flink.table.functions.python.utils -
-
Uses of PythonFunction in org.apache.flink.table.functions.python
Classes in org.apache.flink.table.functions.python that implement PythonFunction Modifier and Type Class Description classBuiltInPythonAggregateFunctionThe list of the built-in aggregate functions which can be mixed with the Python UDAF.classPythonAggregateFunctionThe wrapper of user defined python aggregate function.classPythonScalarFunctionThe wrapper of user defined python scalar function.classPythonTableAggregateFunctionThe wrapper of user defined python table aggregate function.classPythonTableFunctionThe wrapper of user defined python table function.Methods in org.apache.flink.table.functions.python that return PythonFunction Modifier and Type Method Description PythonFunctionPythonFunctionInfo. getPythonFunction()Constructors in org.apache.flink.table.functions.python with parameters of type PythonFunction Constructor Description PythonAggregateFunctionInfo(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 PythonFunction Modifier and Type Method Description static PythonFunctionPythonFunctionUtils. getPythonFunction(String fullyQualifiedName, org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)
-