You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/12/10 10:10:29 UTC

[GitHub] [incubator-doris] kangkaisen opened a new pull request #2418: Add intersect_count UDAF

kangkaisen opened a new pull request #2418: Add  intersect_count UDAF
URL: https://github.com/apache/incubator-doris/pull/2418
 
 
   For https://github.com/apache/incubator-doris/issues/2417 and https://github.com/apache/incubator-doris/issues/2416
   
   1 Because we don't support array type currently, so I use variable arguments instead.
   
   2 `intersect_count` directly  return final count, not bitmap like bitmap_union, because intersect_count return bitmap is more complex and need more serialize.  If we really need bitmap format from intersect_count, we could do that in another PR and which won't have compatibility problems.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org