Filter the input stream using a Bloom filter on the given attributes.

Parameter

Example

PQL
output = BLOOMFILTER({
                  attributes = ['auction', 'bidder']
                 }, input)