| 限定符和类型 | 字段和说明 |
|---|---|
protected PythonFunctionRunner |
AbstractPythonFunctionOperator.pythonFunctionRunner
The
PythonFunctionRunner which is responsible for Python user-defined function
execution. |
| 限定符和类型 | 方法和说明 |
|---|---|
PythonFunctionRunner |
PythonKeyedCoProcessOperator.createPythonFunctionRunner() |
PythonFunctionRunner |
PythonProcessOperator.createPythonFunctionRunner() |
PythonFunctionRunner |
PythonCoProcessOperator.createPythonFunctionRunner() |
PythonFunctionRunner |
PythonKeyedProcessOperator.createPythonFunctionRunner() |
abstract PythonFunctionRunner |
AbstractPythonFunctionOperator.createPythonFunctionRunner()
Creates the
PythonFunctionRunner which is responsible for Python user-defined
function execution. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeamDataStreamPythonFunctionRunner
BeamDataStreamPythonFunctionRunner is responsible for starting a beam python harness to
execute user defined python function. |
class |
BeamPythonFunctionRunner
A
BeamPythonFunctionRunner used to execute Python functions. |
| 限定符和类型 | 方法和说明 |
|---|---|
PythonFunctionRunner |
AbstractStatelessFunctionOperator.createPythonFunctionRunner() |
| 限定符和类型 | 方法和说明 |
|---|---|
PythonFunctionRunner |
AbstractPythonStreamAggregateOperator.createPythonFunctionRunner() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeamTablePythonFunctionRunner
A
BeamTablePythonFunctionRunner used to execute Python functions in Table API. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.