Modifier and Type | Method and Description |
---|---|
PythonEnv |
DataStreamPythonFunction.getPythonEnv() |
Constructor and Description |
---|
DataStreamPythonFunction(byte[] serializedPythonFunction,
PythonEnv pythonEnv) |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
AbstractExternalDataStreamPythonFunctionOperator.getPythonEnv() |
abstract PythonEnv |
AbstractExternalPythonFunctionOperator.getPythonEnv()
Returns the
PythonEnv used to create PythonEnvironmentManager.. |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
PythonTableAggregateFunction.getPythonEnv() |
PythonEnv |
BuiltInPythonAggregateFunction.getPythonEnv() |
PythonEnv |
PythonTableFunction.getPythonEnv() |
PythonEnv |
PythonScalarFunction.getPythonEnv() |
PythonEnv |
PythonAggregateFunction.getPythonEnv() |
PythonEnv |
PythonFunction.getPythonEnv()
Returns the Python execution environment.
|
Constructor and Description |
---|
PythonAggregateFunction(String name,
byte[] serializedAggregateFunction,
DataType[] inputTypes,
DataType resultType,
DataType accumulatorType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonAggregateFunction(String name,
byte[] serializedAggregateFunction,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonAggregateFunction(String name,
byte[] serializedAggregateFunction,
String[] inputTypesString,
String resultTypeString,
String accumulatorTypeString,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonScalarFunction(String name,
byte[] serializedScalarFunction,
DataType[] inputTypes,
DataType resultType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonScalarFunction(String name,
byte[] serializedScalarFunction,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonScalarFunction(String name,
byte[] serializedScalarFunction,
String[] inputTypesString,
String resultTypeString,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonTableAggregateFunction(String name,
byte[] serializedTableAggregateFunction,
DataType[] inputTypes,
DataType resultType,
DataType accumulatorType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonTableAggregateFunction(String name,
byte[] serializedTableAggregateFunction,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonTableAggregateFunction(String name,
byte[] serializedTableAggregateFunction,
String[] inputTypesString,
String resultTypeString,
String accumulatorTypeString,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonTableFunction(String name,
byte[] serializedScalarFunction,
DataType[] inputTypes,
DataType resultType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonTableFunction(String name,
byte[] serializedScalarFunction,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
PythonTableFunction(String name,
byte[] serializedScalarFunction,
String[] inputTypesString,
String resultTypeString,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
boolean takesRowAsInput,
PythonEnv pythonEnv) |
Modifier and Type | Method and Description |
---|---|
PythonEnv |
AbstractPythonStreamAggregateOperator.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 |
PythonTableFunctionOperator.getPythonEnv() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.