[ https://issues.apache.org/jira/browse/PIG-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Dai updated PIG-885: --------------------------- Description: Bunch of UDFs: 1. Bin -- Converts a continuous value into discrete values 2. Decode -- Converts a given attribute or expression into another string value, based on the value of the source attribute 3. LookupInFiles -- Check for the existence of an expression in a serial of text files 4. RegexExtract and RegexMatch -- Similar to perl regexes 5. HashFNV -- An implementation of FNV hash 6. DiffDate -- Caculate the number of days in between was: Bunch of UDFs: 1. Bin -- Converts a continuous value into discrete values 2. Decode -- Converts a given attribute or expression into another string value, based on the value of the source attribute 3. LookupInFiles -- Check for the existence of an expression in a serial of text files 4. RegexExtract and RegexMatch -- Similar to perl regexes 5. HashFVN -- An implementation of FNV hash 6. DiffDate -- Caculate the number of days in between > New UDFs for piggybank (Bin, Decode, LookupInFiles, RegexExtract, RegexMatch, > HashFVN, DiffDate) > ------------------------------------------------------------------------------------------------ > > Key: PIG-885 > URL: https://issues.apache.org/jira/browse/PIG-885 > Project: Pig > Issue Type: New Feature > Affects Versions: 0.3.0 > Reporter: Daniel Dai > Assignee: Daniel Dai > Priority: Minor > Fix For: 0.4.0 > > Attachments: PIG-885.patch > > > Bunch of UDFs: > 1. Bin -- Converts a continuous value into discrete values > 2. Decode -- Converts a given attribute or expression into another string > value, based on the value of the source attribute > 3. LookupInFiles -- Check for the existence of an expression in a serial of > text files > 4. RegexExtract and RegexMatch -- Similar to perl regexes > 5. HashFNV -- An implementation of FNV hash > 6. DiffDate -- Caculate the number of days in between -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.