All Products
Search
Document Center

Data Management:DLFunctionInput

Last Updated:Aug 28, 2026

Parameter

Type

Description

Example

object

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:

  • ROLE

  • GROUP

  • USER

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. Resource URIs 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

ModifierId

integer

The ID of the user who modified the function.

26****