[ 
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.

Reply via email to