GitHub user shuxiong opened a pull request: https://github.com/apache/phoenix/pull/46
Draft for PHOENIX-1287 subtask, ByteBasedLikeExpression Hi @JamesRTaylor , This is a draft for 1. Abstraction for Regex Engine, byte-based one(JONI) and string-based one(j.u.regex) 2. ByteBasedLikeExpression and StringBasedLikeExpression based on 1. Comment if you think there is anything to be improved. Then I will work on other expressions(RegexpReplaceFunction, RegexpSplitFunction, RegexpSubstrFunction) next. Thanks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shuxiong/phoenix 4.3-PHOENIX-1287 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/46.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #46 ---- commit c96a34644eeb2d8769f9978aa5a28afd77f4c3c4 Author: yesx <yeshuxi...@gmail.com> Date: 2015-03-15T07:34:32Z PHOENIX-1287 add ByteBased options in QueryServices; add lib dependency for JONI commit 740f53d0cdf28300bf94c0a197245874d58005da Author: yesx <yeshuxi...@gmail.com> Date: 2015-03-15T08:12:55Z PHOENIX-1287 add AbstractBase Pattern and Matcher, JONI-based and Java-based; Add new types, ByteBasedLikeExpression and StringBasedLikeExpression ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---