PROCEDURES 视图(Account Usage 和 Information Schema):新列¶
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
启用此行为变更捆绑包后,以下行为的输出包括新列:
-
The Account Usage PROCEDURES view output includes the following new column:
| | 列名称 | 数据类型 | 描述 | | ------------------ | --------- | --------------------------------------------------------------------------------- | | | INSTALLED_PACKAGES | STRING | 列出程序安装的所有包。仅适用于 Python 程序的输出。 |
-
The Information Schema PROCEDURES view output includes the following new columns:
| | 列名称 | 数据类型 | 描述 | | ------------------ | --------- | ------------------------------------------------------------------------------------------ | | | PACKAGES | STRING | 指定程序请求的包。 | | | RUNTIME_VERSION | STRING | 指定程序的运行时版本。如果函数是 SQL 或 JavaScript 函数,则为 NULL。 | | | INSTALLED_PACKAGES | STRING | 列出程序安装的所有包。仅适用于 Python 程序的输出。 |
参考:1786