kangkaisen opened a new issue #2424: Add bitmap_union_count function URL: https://github.com/apache/incubator-doris/issues/2424 bitmap_union_count function effect is equal with bitmap_count(bitmap_union()), but 1. bitmap_union_count is more efficient because it has lesser serialize and deserialize 2. bitmap_union_count is more simple for user use.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
