| 程序包 | 说明 |
|---|---|
| org.apache.flink.python.env | |
| org.apache.flink.python.env.embedded | |
| org.apache.flink.python.env.process |
| 限定符和类型 | 方法和说明 |
|---|---|
PythonEnvironment |
PythonEnvironmentManager.createEnvironment()
Creates the PythonEnvironment object used to execute Python functions.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmbeddedPythonEnvironment
A
PythonEnvironment for executing UDFs in embedded environment. |
| 限定符和类型 | 方法和说明 |
|---|---|
PythonEnvironment |
EmbeddedPythonEnvironmentManager.createEnvironment() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ProcessPythonEnvironment
A
PythonEnvironment for executing UDFs in Process. |
| 限定符和类型 | 方法和说明 |
|---|---|
PythonEnvironment |
ProcessPythonEnvironmentManager.createEnvironment() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.