Modifier and Type | Method and Description |
---|---|
PythonEnv |
DataStreamPythonFunction.getPythonEnv() |
Constructor and Description |
---|
DataStreamPythonFunction(byte[] serializedPythonFunction,
PythonEnv pythonEnv) |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
OneInputPythonFunctionOperator.getPythonEnv() |
abstract PythonEnv |
AbstractPythonFunctionOperator.getPythonEnv()
Returns the
PythonEnv used to create PythonEnvironmentManager.. |
PythonEnv |
TwoInputPythonFunctionOperator.getPythonEnv() |
PythonEnv |
PythonKeyedProcessOperator.getPythonEnv() |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
PythonScalarFunction.getPythonEnv() |
PythonEnv |
BuiltInPythonAggregateFunction.getPythonEnv() |
PythonEnv |
PythonFunction.getPythonEnv()
Returns the Python execution environment.
|
PythonEnv |
PythonTableFunction.getPythonEnv() |
PythonEnv |
PythonAggregateFunction.getPythonEnv() |
Constructor and Description |
---|
PythonAggregateFunction(String name,
byte[] serializedAggregateFunction,
DataType[] inputTypes,
DataType resultType,
DataType accumulatorType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
PythonEnv pythonEnv) |
PythonScalarFunction(String name,
byte[] serializedScalarFunction,
TypeInformation[] inputTypes,
TypeInformation resultType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
PythonEnv pythonEnv) |
PythonTableFunction(String name,
byte[] serializedScalarFunction,
TypeInformation[] inputTypes,
RowTypeInfo resultType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
PythonEnv pythonEnv) |
Modifier and Type | Method and Description |
---|---|
abstract PythonEnv |
AbstractPythonStatelessFunctionFlatMap.getPythonEnv()
Returns the
PythonEnv used to create PythonEnvironmentManager.. |
PythonEnv |
PythonTableFunctionFlatMap.getPythonEnv() |
PythonEnv |
AbstractPythonScalarFunctionFlatMap.getPythonEnv() |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
PythonStreamGroupAggregateOperator.getPythonEnv() |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
AbstractArrowPythonAggregateFunctionOperator.getPythonEnv() |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
AbstractPythonScalarFunctionOperator.getPythonEnv() |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
AbstractPythonTableFunctionOperator.getPythonEnv() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.