The document explains various Pig relational operators, including order, limit, distinct, and group. The order operator is used for sorting data, the limit operator restricts the number of records displayed, the distinct operator removes duplicate data, and the group operator organizes data into groups based on specified keys. Examples are provided for each operator, demonstrating their usage in practical scenarios with datasets.
Related topics: