限定符和类型 | 字段和说明 |
---|---|
protected PythonFunctionRunner |
AbstractExternalPythonFunctionOperator.pythonFunctionRunner
The
PythonFunctionRunner which is responsible for Python user-defined function
execution. |
限定符和类型 | 方法和说明 |
---|---|
PythonFunctionRunner |
ExternalPythonProcessOperator.createPythonFunctionRunner() |
PythonFunctionRunner |
ExternalPythonKeyedProcessOperator.createPythonFunctionRunner() |
abstract PythonFunctionRunner |
AbstractExternalPythonFunctionOperator.createPythonFunctionRunner()
Creates the
PythonFunctionRunner which is responsible for Python user-defined
function execution. |
PythonFunctionRunner |
ExternalPythonCoProcessOperator.createPythonFunctionRunner() |
PythonFunctionRunner |
ExternalPythonKeyedCoProcessOperator.createPythonFunctionRunner() |
限定符和类型 | 类和说明 |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.