Uses of Class
org.apache.flink.table.functions.python.PythonEnv.ExecType
-
Packages that use PythonEnv.ExecType Package Description org.apache.flink.table.functions.python -
-
Uses of PythonEnv.ExecType in org.apache.flink.table.functions.python
Methods in org.apache.flink.table.functions.python that return PythonEnv.ExecType Modifier and Type Method Description PythonEnv.ExecTypePythonEnv. getExecType()static PythonEnv.ExecTypePythonEnv.ExecType. valueOf(String name)Returns the enum constant of this type with the specified name.static PythonEnv.ExecType[]PythonEnv.ExecType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.functions.python with parameters of type PythonEnv.ExecType Constructor Description PythonEnv(PythonEnv.ExecType execType)
-