| 接口 | 说明 |
|---|---|
| PythonFunction |
The base interface of a wrapper of a Python function.
|
| 类 | 说明 |
|---|---|
| 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.
|
| 枚举 | 说明 |
|---|---|
| PythonEnv.ExecType |
The Execution type specifies how to execute the Python function.
|
| PythonFunctionKind |
Categorizes the Python functions.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.