polardbx-sql
polardbx-sql copied to clipboard
polardb-x支持udf
数据库中 SQL 函数可以大致分为以下几类:内部函数、系统生成的函数、用 户定义的函数(UDF),其中用户定义的函数是指由用户通过 CREATE FUNCTION 显示创建并命名的函数 ,其语义也由用户自己确定,能够在一定程度上扩展数 据库的功能。 目标效果:
- PolarDB-X 支持 CREATE FUNCTION 创建 UDF
- 支持一些系统视图,可以方便查询和管理已注册 UDF
Very Good ! Can you supply the design document about udf. @joeCarf
Very Good ! Can you supply the design document about udf. @joeCarf
im currently working on it..
pr link:https://github.com/ApsaraDB/galaxysql/pull/87