Details
Description
Pig current releases lack a UDF endsWith.This UDF tests if a given string ends with the specified suffix.This UDF returns true if the character sequence represented by the string argument given as a suffix is a suffix of the character sequence represented by the given string; false otherwise.Also true will be returned if the given suffix is an empty string or is equal to the given String.
Attachments
Attachments
Issue Links
- breaks
-
PIG-3392 Document STARTSWITH and ENDSWITH UDFs
- Closed