You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrey Stepachev (JIRA)" <ji...@apache.org> on 2010/09/08 12:15:33 UTC

[jira] Updated: (HBASE-2968) No standard family filter provided

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

Andrey Stepachev updated HBASE-2968:
------------------------------------

    Attachment: FamilyFilter.java

copy&paste implementaion from QualifierFilter

> No standard family filter provided
> ----------------------------------
>
>                 Key: HBASE-2968
>                 URL: https://issues.apache.org/jira/browse/HBASE-2968
>             Project: HBase
>          Issue Type: Improvement
>          Components: client
>            Reporter: Andrey Stepachev
>         Attachments: FamilyFilter.java
>
>
> We have various filters, like QualifierFilter or ValueFilter, but no FamilyFilter.
> But if we want to use FilterList, we must have such filter to construct equations
> like (family == 'myfamily' && qualifer == 'aaa') || (family == 'otherfamily' && qualifier == 'bbb').

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