You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "SHEN KAI (Jira)" <ji...@apache.org> on 2019/08/19 16:24:00 UTC

[jira] [Updated] (CALCITE-2772) Support varargs for user-defined functions (UDFs)

     [ https://issues.apache.org/jira/browse/CALCITE-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SHEN KAI updated CALCITE-2772:
------------------------------
    Attachment: support_varargs_udf.patch

> Support varargs for user-defined functions (UDFs)
> -------------------------------------------------
>
>                 Key: CALCITE-2772
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2772
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: pengzhiwei
>            Assignee: pengzhiwei
>            Priority: Major
>         Attachments: support_varargs_udf.patch
>
>
> Support varargs for user-defined functions as the case followed:
> {code:java}
> public class ConcatWs {
>   public String eval(String sep, String... strs) {...}
> }{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)