zhangstar333 commented on code in PR #13039:
URL: https://github.com/apache/doris/pull/13039#discussion_r984380596


##########
be/src/vec/functions/function_timestamp.cpp:
##########
@@ -33,6 +33,16 @@ namespace doris::vectorized {
 struct StrToDate {
     static constexpr auto name = "str_to_date";
 
+    static bool is_variadic() { return false; }
+
+    static DataTypes get_variadic_argument_types() {

Review Comment:
   done



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

Reply via email to