What are the complex datatypes in pig?
Answer Posted / Bhagwan Dei
In Pig, there are three complex data types: Bag - an unordered collection of items, Map - key-value pairs, and Tuples - a sequence of fields.
Post New Answer View All Answers
What is the function of UNION and SPLIT operators? Give examples?
578