Apache Pig CONCAT FunctionThe Apache Pig CONCAT function is used to concatenate two or more expressions. The generated result of expression must have identical types. However, if any sub-expression is null, the generated expression is also null. Example of CONCAT FunctionIn this example, we concatenate the first two fields of each tuple. Steps to execute CONCAT Function
![]()
![]()
![]()
![]() Here, we got the desired output.
Next TopicCOUNT Function
|