HappenLee commented on code in PR #64624:
URL: https://github.com/apache/doris/pull/64624#discussion_r3542867263


##########
be/src/exprs/aggregate/aggregate_function.h:
##########
@@ -341,6 +354,17 @@ class IAggregateFunction {
         }
     }
 
+    template <typename ColumnType>
+    void check_const_argument_column_type(const IColumn* column) const {

Review Comment:
   这命名明显不合适,你这个是任意的column都可以的类型,并不是强制要const的



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