[ENHANCEMENT]: Add bloom_filter::intersect/union #602
Labels
P0: Must have
Critical feature or bug fix
topic: bloom_filter
Issues related to bloom_filter
type: feature request
New feature request
Is your feature request related to a problem? Please describe.
Extension of #573
Calculating the set intersection and union of two or more Bloom filters has various applications and we should support it.
Describe the solution you'd like
Implement both host and device function that perform intersection/union of filter similar to how
distinct_count_estimator
is able to merge two filters into one (see device and hostmerge
).Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: