Given two arrays or slices, returns a new array that contains the elements or objects that belong to either or both arrays/slices.
2017-02-01
2017-02-01
2017-03-12
functions
filtering
lists
union SET1 SET2
0.20
intersect
where
false
Given two arrays (or slices) A and B, this function will return a new array that contains the elements or objects that belong to either A or to B or to both. The elements supported are strings, integers, and floats (only float64).