gr4ve opened a new pull request #1404: [Calcite-2772]support varargs functions
URL: https://github.com/apache/calcite/pull/1404
 
 
   Support varargs for user-defined functions as the case followed:
   
   public class ConcatWs {
     public String eval(String sep, String... strs) {...}
   }

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to