benj created DRILL-6963:
---------------------------
Summary: 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
* 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)