HappenLee commented on code in PR #20658:
URL: https://github.com/apache/doris/pull/20658#discussion_r1228618232
##########
be/src/vec/functions/function.h:
##########
@@ -314,6 +315,17 @@ class IFunctionBuilder {
using FunctionBuilderPtr = std::shared_ptr<IFunctionBuilder>;
+inline std::string get_types_string(const ColumnsWithTypeAndName& arguments) {
+ std::string types;
+ for (auto argument : arguments) {
Review Comment:
const 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: [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]