Description
The addAll Stream Evaluator will consolidate 2 or more arrays into one array.
Syntax:
a = array(1, 2, 3), b = array(4, 5, 6), c = addAll(a, b)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10651 Streaming Expressions statistical functions library
- Closed