HappenLee commented on code in PR #65483:
URL: https://github.com/apache/doris/pull/65483#discussion_r3620900563
##########
be/src/exprs/function/function_bitmap_variadic.cpp:
##########
@@ -260,6 +294,93 @@ class FunctionBitMapVariadic : public IFunction {
return (std::is_same_v<Impl, BitmapOrCount> || std::is_same_v<Impl,
BitmapAndCount> ||
std::is_same_v<Impl, BitmapXorCount>);
}
+
+ template <typename CountImpl>
+ Status execute_binary_bitmap_count(const ColumnPtr& lhs_column, const
ColumnPtr& rhs_column,
Review Comment:
这个函数只会返回ok,我感觉直接返回void就行了
--
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]