You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "benj (JIRA)" <ji...@apache.org> on 2019/01/11 08:38:00 UTC

[jira] [Updated] (DRILL-6963) create/aggregate/work with array

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

benj updated DRILL-6963:
------------------------
    Description: 
* Add the possibility to build array (like : SELECT array[a1,a2,a3...]) - ideally work with all types
 * Add a default array_agg (like : SELECT col1, array_agg(col2), array_agg(DISTINCT col2) FROM ... GROUP BY col1) ;  - ideally work with all types
 * Add function/facilities/operator to work with array

  was:
* Add the possibility to build array (like : SELECT array[a1,a2,a3...]) - ideally work with all types
 * Add a default array_agg (like : SELECT col1, array_agg(col2), array_agg(DISTINCT col2) FROM ... GROUP BY col1;) - ideally work with all types
 * Add function/facilities/operator to work with array


> create/aggregate/work with array
> --------------------------------
>
>                 Key: DRILL-6963
>                 URL: https://issues.apache.org/jira/browse/DRILL-6963
>             Project: Apache Drill
>          Issue Type: Wish
>          Components: Functions - Drill
>            Reporter: benj
>            Priority: Major
>
> * Add the possibility to build array (like : SELECT array[a1,a2,a3...]) - ideally work with all types
>  * Add a default array_agg (like : SELECT col1, array_agg(col2), array_agg(DISTINCT col2) FROM ... GROUP BY col1) ;  - ideally work with all types
>  * Add function/facilities/operator to work with array



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)