You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/08/04 12:21:15 UTC

[GitHub] [drill] arina-ielchiieva commented on issue #1835: DRILL-7337: Add vararg UDFs support

arina-ielchiieva commented on issue #1835: DRILL-7337: Add vararg UDFs support
URL: https://github.com/apache/drill/pull/1835#issuecomment-517998861
 
 
   Also could you please show how varargs functions will be described in `sys.functions` table. Do we need new flag to filter them out?
   Example:
   ```
   apache drill (sys)> select * from sys.functions limit 2;
   +------+---------------------------------+------------+----------+----------+
   | name |            signature            | returnType |  source  | internal |
   +------+---------------------------------+------------+----------+----------+
   | !=   | BIGINT-REQUIRED,BIGINT-REQUIRED | BIT        | built-in | false    |
   | !=   | BIT-REQUIRED,BIT-REQUIRED       | BIT        | built-in | false    |
   +------+---------------------------------+------------+----------+----------+
   ```

----------------------------------------------------------------
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