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

Nathaniel Cook updated HBASE-3335:
----------------------------------

    Attachment:     (was: HBASE-3335.patch.v2)

> Add BitComparator for filtering
> -------------------------------
>
>                 Key: HBASE-3335
>                 URL: https://issues.apache.org/jira/browse/HBASE-3335
>             Project: HBase
>          Issue Type: Improvement
>          Components: client
>            Reporter: Nathaniel Cook
>            Priority: Minor
>         Attachments: HBASE-3335.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> There are many uses cases for setting bits flags and being able filter on 
> those seems like a good idea.
> The BitComparator would take a byte[] and a bitwise operator for its 
> constructor. It would perform the bitwise operation on the column value bytes 
> with the specified byte[]. Then return whether the result was non-zero. 
> Only the CompareOp.EQUAL and CompareOp.NOT_EQUAL would make sense with this 
> comparator.
> The binary bitwise operators that apply  are AND, OR, and XOR. 

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