What is the usage of foreach operation in Pig scripts?
Answer Posted / Upma Varshney
The FOREACH operation in Pig scripts is used to iterate over each record or field in a relation. It allows you to perform an action on each item in the data set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers