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 2021/11/12 09:44:37 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #6746: [Feature] Lateral view

EmmyMiao87 commented on issue #6746:
URL: https://github.com/apache/incubator-doris/issues/6746#issuecomment-966963086


   TODO:
   1. table function from subquery 
   ```
   select * from (select k1, bitmap_union_string(v1) as new_v1 from table) lateral view explode_split(new_v1) t as tb_v1;
   ```
   2. int result type of explode_split(string, ",")
   3. reduce memory copy in output tuple of table function


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