Google News
logo
Hadoop - Interview Questions
What are the different data types in Pig Latin?
Pig Latin can handle both atomic data types like int, float, long, double etc. and complex data types like tuple, bag and map.
 
Atomic data types : Atomic or scalar data types are the basic data types which are used in all the languages like string, int, float, long, double, char[], byte[].
 
Complex Data Types : Complex data types are Tuple, Map and Bag.
Advertisement