Skip to content

Add a Bitmap count distinct UDAF #1485

@kangkaisen

Description

@kangkaisen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions