Merge pull request #20389 from taosdata/3.0-yq

change the 3.0 udf reference absolute path
This commit is contained in:
wade zhang 2023-03-10 14:06:46 +08:00 committed by GitHub
commit 1bb976a545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [
```sql
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 8;
```
关于如何开发自定义函数,请参考 [UDF使用说明](../../develop/udf)。
关于如何开发自定义函数,请参考 [UDF使用说明](/develop/udf)。
## 管理 UDF