|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The function information. |
||
| 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 |
integer |
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. This parameter cannot be modified 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 database. |
default |
| ModifierId |
integer |
The ID of the user who modified the function. |
26**** |
DLFunction
Updated at:
Is this page helpful?