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

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

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)