polardbx-sql icon indicating copy to clipboard operation
polardbx-sql copied to clipboard

polardb-x支持udf

Open joeCarf opened this issue 2 years ago • 2 comments

数据库中 SQL 函数可以大致分为以下几类:内部函数、系统生成的函数、用 户定义的函数(UDF),其中用户定义的函数是指由用户通过 CREATE FUNCTION 显示创建并命名的函数 ,其语义也由用户自己确定,能够在一定程度上扩展数 据库的功能。 目标效果:

  • PolarDB-X 支持 CREATE FUNCTION 创建 UDF
  • 支持一些系统视图,可以方便查询和管理已注册 UDF

joeCarf avatar Jun 17 '22 01:06 joeCarf

Very Good ! Can you supply the design document about udf. @joeCarf

hustfxj avatar Jun 17 '22 02:06 hustfxj

Very Good ! Can you supply the design document about udf. @joeCarf

im currently working on it..

joeCarf avatar Jun 17 '22 11:06 joeCarf

pr link:https://github.com/ApsaraDB/galaxysql/pull/87

joeCarf avatar Oct 10 '22 08:10 joeCarf