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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
