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/04/21 16:38:20 UTC

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9147: [Feature] [Lateral-View] support outer combinator of table function

HappenLee commented on code in PR #9147:
URL: https://github.com/apache/incubator-doris/pull/9147#discussion_r855383532


##########
be/src/exprs/table_function/table_function.h:
##########
@@ -30,9 +30,7 @@ namespace doris {
 // Currently, the memory allocated from table function is from malloc directly.
 class TableFunctionState {};
 
-namespace table_function_combinator_suffix {
-static const std::string outer = "_outer";
-}
+const std::string COMBINATOR_SUFFIX_OUTER = "_outer";

Review Comment:
   constexpr auto 



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