Class PythonEnv
- java.lang.Object
-
- org.apache.flink.table.functions.python.PythonEnv
-
- All Implemented Interfaces:
Serializable
@Internal public final class PythonEnv extends Object implements Serializable
Python execution environments.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PythonEnv.ExecType
The Execution type specifies how to execute the Python function.
-
Constructor Summary
Constructors Constructor Description PythonEnv(PythonEnv.ExecType execType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PythonEnv.ExecType
getExecType()
-
-
-
Constructor Detail
-
PythonEnv
public PythonEnv(PythonEnv.ExecType execType)
-
-
Method Detail
-
getExecType
public PythonEnv.ExecType getExecType()
-
-