DLFunction

名称

类型

描述

示例值

object

函数信息。

FunctionName

string

函数名称。

my_funciton

OwnerName

string

函数所有者。

zhangsan

OwnerType

string

所有者类型,枚举值:

  • ROLE

  • GROUP

  • USER

USER

CreatorId

integer

创建该函数的用户 ID。

12****

FunctionType

string

函数类型。

JAVA

CreateTime

integer

函数的创建时间。

1731586286

ResourceUris

array

该函数的资源 URIs,函数创建后不支持修改。

DLResourceUri

访问该资源的 URI。

ClassName

string

包含函数代码的 Java 类。

com.example.hive.MyCustomUDF

CatalogName

string

数据目录名。

hive

DbName

string

数据库名称。

default

ModifierId

integer

修改该函数的用户 ID。

26****