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 class
BuiltInPythonAggregateFunction
The list of the built-in aggregate functions which can be mixed with the Python UDAF.class
PythonAggregateFunction
The wrapper of user defined python aggregate function.class
PythonScalarFunction
The wrapper of user defined python scalar function.class
PythonTableAggregateFunction
The wrapper of user defined python table aggregate function.class
PythonTableFunction
The wrapper of user defined python table function.Methods in org.apache.flink.table.functions.python that return PythonFunction Modifier and Type Method Description PythonFunction
PythonFunctionInfo. 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 PythonFunction
PythonFunctionUtils. getPythonFunction(String fullyQualifiedName, org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)
-