You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2008/11/18 00:03:44 UTC

[jira] Updated: (HBASE-1005) REGEX_STRING operator for ColumnValueFilter

     [ https://issues.apache.org/jira/browse/HBASE-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-1005:
----------------------------------

    Attachment: 1005.patch

One way to do it is attached. String and regex matching are reimplemented as classes that implement WritableByteArrayComparable that can be used in conjunction with ColumValueFilter. These comparators are useful only if tested with EQUAL or NOT_EQUAL. 

> REGEX_STRING operator for ColumnValueFilter
> -------------------------------------------
>
>                 Key: HBASE-1005
>                 URL: https://issues.apache.org/jira/browse/HBASE-1005
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: filters
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: 1005.patch
>
>
> From hbase-users@:
> > From: Balamurugan Rajendran
> > Subject: Regarding RexExp support in ColumnFilter
> > From the API docs I understand that,  To filter based on RegExp
> > of RowKey we can use RegExpRowFilter. Is there any filter
> > available to use RegExp comparision for an ColumnValue. 
> There is not. Add one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.