Modifier and Type | Method and Description |
---|---|
static PythonFunction |
PythonFunctionFactory.getPythonFunction(String fullyQualifiedName,
ReadableConfig config,
ClassLoader classLoader)
Returns PythonFunction according to the fully qualified name of the Python UDF i.e
${moduleName}.
|
PythonFunction |
PythonFunctionFactoryImpl.getPythonFunction(String moduleName,
String objectName) |
PythonFunction |
PythonFunctionFactory.getPythonFunction(String moduleName,
String objectName)
Returns PythonFunction according to moduleName and objectName.
|
Modifier and Type | Class and Description |
---|---|
class |
DataStreamPythonFunction
DataStreamPythonFunction maintains the serialized python function which will be used in
BeamDataStreamPythonFunctionRunner. |
Constructor and Description |
---|
DataStreamPythonFunctionInfo(PythonFunction pythonFunction,
DataStreamPythonFunctionInfo input,
int functionType) |
DataStreamPythonFunctionInfo(PythonFunction pythonFunction,
int functionType) |
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,
ReadableConfig config,
ClassLoader classLoader) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.