zhangstar333 commented on code in PR #52138:
URL: https://github.com/apache/doris/pull/52138#discussion_r2184885938
##########
be/src/vec/aggregate_functions/aggregate_function_null.h:
##########
@@ -39,6 +40,7 @@ class AggregateFunctionNullBaseInline : public
IAggregateFunctionHelper<Derived>
protected:
std::unique_ptr<NestFunction> nested_function;
size_t prefix_size;
+ mutable int64_t null_count = 0;
Review Comment:
因为需要统计这里都是null,用于来set_flag 标记的
后面可以加些注释
--
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]