Pig - Data Types
Not able to play video? Try with vimeo
[Pig - Data Types]
Let's go through data types in Pig
- int - Represents a signed 32-bit integer
- long - Represents a signed 64-bit integer.
- float - Represents a signed 32-bit floating point.
- double - Represents a 64-bit floating point.
- chararray - Represents a character array (string) in Unicode UTF-8 format.
- bytearray - Represents a Byte array (blob).
- datetime - Represents a date-time
[Pig - Complex Data Types]
For more details on Pig data types, please go to the link displayed on the screen.
Loading comments...