dwdwqfwe commented on code in PR #56200:
URL: https://github.com/apache/doris/pull/56200#discussion_r2377469746


##########
be/src/vec/functions/function_date_or_datetime_computation.h:
##########
@@ -1281,5 +1281,155 @@ class FunctionTime : public IFunction {
         return Status::OK();
     }
 };
+
+struct AddTimeImpl {
+    static constexpr auto name = "add_time";
+};
+
+struct SubTimeImpl {
+    static constexpr auto name = "sub_time";
+};
+
+template <PrimitiveType PType, typename Impl>
+struct TimeComputeImpl {

Review Comment:
   两个模板参数继承不了虚函数create 



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