You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/10 03:19:03 UTC

[GitHub] [incubator-doris] cambyzju opened a new issue, #10052: [Feature] Add lots of Array Functions

cambyzju opened a new issue, #10052:
URL: https://github.com/apache/incubator-doris/issues/10052

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   We have supported `array` data type recently, all pr(s) about `array` please refer to https://github.com/apache/incubator-doris/issues/7570 .
   
   Now we need to add lots of array functions to make `array` more powerful.
   If anybody is interesting to `array`, please let me know.
   
   Array Functions DONE:
   - size/cardinality
   - array_position
   - array_contains
   - element_at
   
   Array Functions DOING:
   - array_sum
   - array_avg
   - array_min
   - array_max
   - array_product
   - array_distinct
   - array_remove
   - arrays_overlap
   
   Array Functions TODO:
   - array_union
   - array_intersect
   - array_except
   - reverse
   - concat_ws
   - array_join
   - array_sort
   - array_slice
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   https://github.com/apache/incubator-doris/issues/7570
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] morningman closed issue #10052: [Feature] Add lots of Array Functions

Posted by GitBox <gi...@apache.org>.
morningman closed issue #10052: [Feature] Add lots of Array Functions
URL: https://github.com/apache/doris/issues/10052


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org