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


##########
be/src/exprs/aggregate/aggregate_function_null_v2.h:
##########
@@ -42,6 +46,8 @@ class AggregateFunctionNullBaseInlineV2 : public 
IAggregateFunctionHelper<Derive
     std::unique_ptr<NestFunction> nested_function;
     size_t prefix_size;
     bool is_window_function = false;
+    std::vector<bool> const_argument_idx;

Review Comment:
   这个引入的变量都没有被调用



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