| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about functions. | ||
| FunctionName | string | The name of the function. | my_funciton |
| OwnerName | string | The owner of the function. | zhangsan |
| OwnerType | string | The type of the owner. Valid values:
| USER |
| CreatorId | long | The ID of the user who created the function. | 12**** |
| FunctionType | string | The type of the function. | JAVA |
| CreateTime | integer | The time when the function was created. | 1731586286 |
| ResourceUris | array | The resource URIs of the function. You cannot modify the resource URIs after the function is created. | |
| DLResourceUri | The URI used to access the resource. | ||
| ClassName | string | The JAVA class that contains the function code. | com.example.hive.MyCustomUDF |
| CatalogName | string | The name of the data catalog. | hive |
| DbName | string | The name of the queried database. | default |
| ModifierId | long | The ID of the user who modified the function. | 26**** |