Package | Description |
---|---|
org.apache.flink.table.functions.python | |
org.apache.flink.table.functions.python.utils |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
PythonFunction |
PythonFunctionInfo.getPythonFunction() |
Constructor and Description |
---|
PythonAggregateFunctionInfo(PythonFunction pythonFunction,
Object[] inputs,
int filterArg,
boolean isDistinct) |
PythonFunctionInfo(PythonFunction pythonFunction,
Object[] inputs) |
Modifier and Type | Method and Description |
---|---|
static PythonFunction |
PythonFunctionUtils.getPythonFunction(String fullyQualifiedName,
org.apache.flink.configuration.ReadableConfig config,
ClassLoader classLoader) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.