The operator precedence (from highest (top) to lowest (bottom)) are:
Operator |
Meaning |
Operator Type |
Associativity |
flow |
Output set becomes input set |
binary |
left to right |
intersection |
Set intersection (remove duplicates) |
binary |
left to right |
union |
Set union (remove duplicates) |
binary |
left to right |