What are different String functions available in PIG?
Answer Posted / Vishnu Kumar
Various string functions available in Pig include:n1. ASCII(), CHARAT(), CONCAT(), CONCAT_WS(), FIELD(), INDEXOF(), LENGTH(), LOWER(), LPAD(), RPAD(), REPLACE(), REVERSE(), SUBSTRING(), TOLOWER(), UPPER(). These functions can perform various tasks like concatenating, modifying, and formatting strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers