Union - Function SummarySummary:Creates a new set that is the union of the two arguments. Usage:union set1 set2 Arguments:set1 - first set (must be: series bitset) set2 - second set (must be: series bitset) Refinements:/case - Use case-sensitive comparison /skip - Treat the series as records of fixed size size - The size argument. (must be: integer) Description:Returns all elements present within two blocks or strings ignoring the duplicates.
To obtain a unique set (to remove duplicate values) you can use UNIQUE. Note that performing this function over very large data sets can be CPU intensive. Related:difference - Return the difference of two data sets.
| |||||
|