BiteTheDDDDt commented on code in PR #52138:
URL: https://github.com/apache/doris/pull/52138#discussion_r2184855562
##########
be/src/vec/aggregate_functions/aggregate_function_count.h:
##########
@@ -174,6 +174,23 @@ class AggregateFunctionCount final
DataTypePtr get_serialized_type() const override {
return std::make_shared<DataTypeFixedLengthObject>();
Review Comment:
为什么count不用实现execute_function_with_incremental呢?
--
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]