Ao Qiao

Results 3 issues of Ao Qiao

数据库中 SQL 函数可以大致分为以下几类:内部函数、系统生成的函数、用 户定义的函数(UDF),其中用户定义的函数是指由用户通过 CREATE FUNCTION 显示创建并命名的函数 ,其语义也由用户自己确定,能够在一定程度上扩展数 据库的功能。 目标效果: * PolarDB-X 支持 CREATE FUNCTION 创建 UDF * 支持一些系统视图,可以方便查询和管理已注册 UDF

# Problems solved in this PR Support CREATE JAVA_FUNCTION and DROP JAVA_FUNCTION syntax based on ScalaFunction, allowing users to define their own java functions and use them. # Changes proposed...

# Problems solved in this PR issuse: https://github.com/ApsaraDB/galaxysql/issues/104 # Changes proposed in this PR # Tests - [ ] Unit test - [ ] DML_DDL test ## Release note >...