Implement UDFs: INSTR and LOCATE -------------------------------- Key: HIVE-541 URL: https://issues.apache.org/jira/browse/HIVE-541 Project: Hadoop Hive Issue Type: New Feature Affects Versions: 0.4.0 Reporter: Zheng Shao Assignee: Zheng Shao
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_instr http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_locate These functions can be directly implemented with Text (instead of String). This will make the test of whether one string contains another string much faster. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.