All Products
Search
Document Center

Data Management:DLFunction

Last Updated:Jan 13, 2026
ParameterTypeDescriptionExample
object

The information about functions.

FunctionNamestring

The name of the function.

my_funciton
OwnerNamestring

The owner of the function.

zhangsan
OwnerTypestring

The type of the owner. Valid values:

  • ROLE
  • GROUP
  • USER
USER
CreatorIdlong

The ID of the user who created the function.

12****
FunctionTypestring

The type of the function.

JAVA
CreateTimeinteger

The time when the function was created.

1731586286
ResourceUrisarray

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.

ClassNamestring

The JAVA class that contains the function code.

com.example.hive.MyCustomUDF
CatalogNamestring

The name of the data catalog.

hive
DbNamestring

The name of the queried database.

default
ModifierIdlong

The ID of the user who modified the function.

26****