Hi,
From my initial assessment there currently is no function to aggregate a column of BloomFilters to generate a new BloomFilter from this aggregation.
Looking at the code a function could be easily implemented that uses internally the putAll() function.
Is there any reason in particular you haven't done this? I could try adding this feature and sending a PR.
Hi,
From my initial assessment there currently is no function to aggregate a column of BloomFilters to generate a new BloomFilter from this aggregation.
Looking at the code a function could be easily implemented that uses internally the
putAll()function.Is there any reason in particular you haven't done this? I could try adding this feature and sending a PR.