You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Bitmap count distinct UDAF base on RoaringBitmap.
After simple test, I find the bitmap count distinct is 2x~3x faster than default count distinct in some case.
The constraint for this bitmap UDAF:
only support bool, tiny int, small int, , int.