Data Model(Data Types) in Big Data Hadoop
Atom:
•Any single value in Pig Latin, irrespective of their data, type is known as an Atom.
•It is stored as string and can be used as string and number. int, long, float, double, chararray, and bytearray are the atomic values of Pig.
•A piece of data or a simple atomic value is known as a field.
Example − 'coderaj' or ‘30’
Post Your Comment