@Internal public class DataStreamPythonFunction extends Object implements org.apache.flink.table.functions.python.PythonFunction
DataStreamPythonFunction maintains the serialized python function which will be used in
BeamDataStreamPythonFunctionRunner.| Constructor and Description |
|---|
DataStreamPythonFunction(byte[] serializedPythonFunction,
org.apache.flink.table.functions.python.PythonEnv pythonEnv) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.functions.python.PythonEnv |
getPythonEnv() |
byte[] |
getSerializedPythonFunction() |
public DataStreamPythonFunction(byte[] serializedPythonFunction,
org.apache.flink.table.functions.python.PythonEnv pythonEnv)
public byte[] getSerializedPythonFunction()
getSerializedPythonFunction in interface org.apache.flink.table.functions.python.PythonFunctionpublic org.apache.flink.table.functions.python.PythonEnv getPythonEnv()
getPythonEnv in interface org.apache.flink.table.functions.python.PythonFunctionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.