ListFunctions
Retrieve and filter user-defined functions in DataWorks projects by type, owner, or pagination to manage data development resources.
Instructions
获取数据开发函数列表
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ProjectId | No | DataWorks工作空间的ID | |
| Owner | No | 筛选条件:udf函数的负责人ID | |
| Type | No | 筛选条件:函数类型可选值:- Math: 数学运算函数- Aggregate: 聚合函数- String:字符串处理函数- Date:日期函数- Analytic:窗口函数- Other: 其他函数 | |
| PageSize | No | 每页显示的数据条数,默认为10条,最大为100条 | |
| PageNumber | No | 分页的页数。默认值为1,最小值为1 |