Michael Miklavcic created METRON-629:
----------------------------------------
Summary: Modify Stellar function BLOOM_ADD to accept a list
Key: METRON-629
URL: https://issues.apache.org/jira/browse/METRON-629
Project: Metron
Issue Type: Improvement
Reporter: Michael Miklavcic
Current functionality is BLOOM_ADD(filter, val1, val2, valn). To keep
consistent with other usage in the system (for instance, the profiler) this
should be changed to support a single value or list of values.
BLOOM_ADD(filter, val)
BLOOM_ADD(filter, [ val1, val2, valn ] )
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)