@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.| 构造器和说明 |
|---|
DataStreamPythonFunction(byte[] serializedPythonFunction,
org.apache.flink.table.functions.python.PythonEnv pythonEnv) |
public DataStreamPythonFunction(byte[] serializedPythonFunction,
org.apache.flink.table.functions.python.PythonEnv pythonEnv)
public byte[] getSerializedPythonFunction()
getSerializedPythonFunction 在接口中 org.apache.flink.table.functions.python.PythonFunctionpublic org.apache.flink.table.functions.python.PythonEnv getPythonEnv()
getPythonEnv 在接口中 org.apache.flink.table.functions.python.PythonFunctionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.