Bloom
Utility functions for working with Bloom Filters as defined in the Execution API specification
Functions
Name | Description |
---|---|
Bloom.contains | Checks if an input is matched in the bloom filter. |
Bloom.validate | Checks if a string is a valid bloom filter value. |