@Internal public final class SimplePythonFunction extends Object implements PythonFunction
PythonFunction
.构造器和说明 |
---|
SimplePythonFunction(byte[] serializedPythonFunction,
PythonEnv pythonEnv) |
限定符和类型 | 方法和说明 |
---|---|
PythonEnv |
getPythonEnv()
Returns the Python execution environment.
|
byte[] |
getSerializedPythonFunction()
Returns the serialized representation of the user-defined python function.
|
public SimplePythonFunction(byte[] serializedPythonFunction, PythonEnv pythonEnv)
public byte[] getSerializedPythonFunction()
PythonFunction
getSerializedPythonFunction
在接口中 PythonFunction
public PythonEnv getPythonEnv()
PythonFunction
getPythonEnv
在接口中 PythonFunction
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.