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

Reply via email to