What are the relational operators in Pig?
In Pig, there are several types of relational operators.
- == : equals to
- !=: not equal to
- Less than
- <= : less than or equal to
- greater than
- = greater than or equal to
- matches: used for pattern matching in regular expressions
- Check if it is empty.
- is not empty: to determine if it is not empty
- Check if it is an empty string.
- Check if the string is not empty.