Interface | Description |
---|---|
PythonFunction |
The base interface of a wrapper of a Python function.
|
Class | Description |
---|---|
PythonEnv |
Python execution environments.
|
PythonFunctionInfo |
PythonFunctionInfo contains the execution information of a Python function, such as: the actual
Python function, the input arguments, etc.
|
PythonScalarFunction |
The wrapper of user defined python scalar function.
|
PythonTableFunction |
The wrapper of user defined python table function.
|
Enum | Description |
---|---|
PythonEnv.ExecType |
The Execution type specifies how to execute the Python function.
|
PythonFunctionKind |
Categorizes the Python functions.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.