You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/10/15 11:51:43 UTC

[GitHub] [incubator-doris] xy720 commented on a change in pull request #1985: Support prepare/close step in UDF process

xy720 commented on a change in pull request #1985: Support prepare/close step in UDF process
URL: https://github.com/apache/incubator-doris/pull/1985#discussion_r334904179
 
 

 ##########
 File path: docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md
 ##########
 @@ -39,6 +39,10 @@ CREATE [AGGREGATE] FUNCTION function_name
 >           "finalize_fn": 聚合函数获取最后结果的函数签名。对于聚合函数是可选项,如果没有指定,将会使用默认的获取结果函数
 >
 >           "md5": 函数动态链接库的MD5值,用于校验下载的内容是否正确。此选项是可选项
+> 
+>           "prepareFnSymbol": 自定义函数的prepare函数的函数签名,用于从动态库里面找到prepare函数入口。此选项对于自定义函数是可选项
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org