UDF table structure
udf_type
2 linkis_ps_udf_manager
number | name | description | type | key | empty | extra | default value |
---|---|---|---|---|---|---|---|
1 | id | bigint(20) | PRI | NO | auto_increment | ||
2 | varchar(20) | YES |
udf shared record table
4 linkis_ps_udf_tree
number | name | description | type | key | empty | extra | default value |
---|---|---|---|---|---|---|---|
1 | id | bigint(20) | PRI | NO | auto_increment | ||
2 | parent | parent category | bigint(20) | NO | |||
3 | name | Class name of the function | varchar(100) | YES | |||
4 | user_name | username | varchar(50) | NO | |||
5 | description | description information | varchar(255) | YES | |||
6 | create_time | timestamp | NO | on update CURRENT_TIMESTAMP | CURRENT_TIMESTAMP | ||
7 | update_time | timestamp | NO | CURRENT_TIMESTAMP | |||
8 | category | category distinction udf / function | varchar(50) | YES |
Whether udf is the configuration loaded by default
6 linkis_ps_udf_version
number | name | description | type | key | empty | extra | default value |
---|---|---|---|---|---|---|---|
1 | id | bigint(20) | PRI | NO | auto_increment | ||
2 | udf_id | id of linkis_ps_udf_baseinfo | bigint(20) | NO | |||
3 | path | The local path of the uploaded script/jar package | varchar(255) | NO | |||
4 | bml_resource_id | Material resource id in bml | varchar(50) | NO | |||
5 | bml_resource_version | bml material version | varchar(20) | NO | |||
6 | is_published | whether to publish | bit(1) | YES | |||
7 | register_format | registration format | varchar(255) | YES | |||
8 | use_format | use format | varchar(255) | YES | |||
9 | description | Version description | varchar(255) | NO | |||
10 | timestamp | NO | on update CURRENT_TIMESTAMP | CURRENT_TIMESTAMP | |||
11 | md5 | varchar(100) | YES |