| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.python |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PythonCoFlatMapOperator<IN1,IN2,OUT>
The
PythonCoFlatMapOperator is responsible for executing the Python CoMap Function. |
class |
PythonCoMapOperator<IN1,IN2,OUT>
The
PythonCoFlatMapOperator is responsible for executing the Python CoMap Function. |
class |
TwoInputPythonFunctionOperator<IN1,IN2,OUT>
TwoInputPythonFunctionOperator is responsible for launching beam runner which will start
a python harness to execute two-input user defined python function. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.