xueyumusic opened a new pull request #7950: Add array_slice and array_unshift 
function expr
URL: https://github.com/apache/incubator-druid/pull/7950
 
 
   Recently druid introduces a group of array functions, such as 
`array_length`, `array_append` etc. This PR tried to add `array_slice` which 
returns a subarray of origin array and `array_unshift` which likes 
`array_append` but adds element at the first. These two functions are common 
functions in usage.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to