[docs](update)udaf now supported (#11929)
This commit is contained in:
@ -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
|
||||
|
||||
@ -72,7 +72,7 @@ Remote UDF Service 支持通过 RPC 的方式访问用户提供的 UDF Service
|
||||
|
||||
## 创建 UDF
|
||||
|
||||
目前暂不支持 UDAF 和 UDTF
|
||||
目前暂不支持UDTF
|
||||
|
||||
```sql
|
||||
CREATE FUNCTION
|
||||
|
||||
Reference in New Issue
Block a user