adspace


What are the Data types in Pig?

Answer Posted / Rina

Pig supports several built-in data types, including: BOOL, CHARARRAY (string), INT, FLOAT, DURATION (time intervals), TUPLE (tuple of other data types), BAG (unordered collection of data), and MAP (key-value pair of other data types).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of UNION and SPLIT operators? Give examples?

620