@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.PythonFunction
public org.apache.flink.table.functions.python.PythonEnv getPythonEnv()
getPythonEnv
在接口中 org.apache.flink.table.functions.python.PythonFunction
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.