You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Ian Bertolacci (Jira)" <ji...@apache.org> on 2022/04/04 20:57:00 UTC

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

    [ https://issues.apache.org/jira/browse/CALCITE-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517119#comment-17517119 ] 

Ian Bertolacci commented on CALCITE-2772:
-----------------------------------------

Whats the status of this? There seems to be an open PR, but there hasn't been any movement on it for about 2 years.


> 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: Chunwei Lei
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: support_varargs_udf.patch
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> 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.20.1#820001)