@Internal public interface PythonFunction extends Serializable
Modifier and Type | Method and Description |
---|---|
PythonEnv |
getPythonEnv()
Returns the Python execution environment.
|
default PythonFunctionKind |
getPythonFunctionKind()
Returns the kind of the user-defined python function.
|
byte[] |
getSerializedPythonFunction()
Returns the serialized representation of the user-defined python function.
|
default boolean |
takesRowAsInput()
Returns Whether the Python function takes row as input instead of each columns of a row.
|
byte[] getSerializedPythonFunction()
PythonEnv getPythonEnv()
default PythonFunctionKind getPythonFunctionKind()
default boolean takesRowAsInput()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.