What relational operators can we use that are related to combining and splitting in Pig language?
Answer Posted / Divya Prakash Gupta
"Union (UNION ALL, UNION), Intersect (INTERSECT), Minus (EXCEPT) and Join are the relational operators used for combining and splitting data in Pig. For example: A UNION B, A INTERSECT B, A EXCEPT B, JOIN A BY a_key B BY b_key;"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers