Files
doris/be/test/util
kangkaisen cf6d705df9 Add intersect_count UDAF (#2418)
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.
2019-12-13 16:12:05 +08:00
..
2019-06-08 21:02:31 +08:00
2019-06-14 23:38:31 +08:00
2018-12-12 20:06:35 +08:00