[docs](update)udaf now supported (#11929)

This commit is contained in:
chenlinzhong
2022-08-19 17:56:02 +08:00
committed by GitHub
parent 1a8a889d56
commit 67ad8a81eb
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ The following three methods need to be implemented
## Create UDF
Currently, UDAF and UDTF are not supported
Currently UDTF are not supported
```sql
CREATE FUNCTION

View File

@ -72,7 +72,7 @@ Remote UDF Service 支持通过 RPC 的方式访问用户提供的 UDF Service
## 创建 UDF
目前暂不支持 UDAF 和 UDTF
目前暂不支持UDTF
```sql
CREATE FUNCTION