Parameter:

  • Element to filter (Object)
  • Expected count of different elements
  • False positive rate
  • returns true, if the element is potenially already read and false if its sure new


output = MAP({
    expressions = ['bloomFilter(sensorId, 10000, 0.01)']
}, input)


  • No labels