The function returns an unordered sequence that consists of all distinct items from all given sets.
All duplicates are removed, including duplicate occurrences of same value in one sequence, thus the function works exactly as distinct() when only one parameter is passed.
The function returns an unordered sequence of distinct values.