You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (Updated) (JIRA)" <ji...@apache.org> on 2011/11/16 05:16:52 UTC

[jira] [Updated] (HBASE-3684) Support column range filter

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

Jonathan Hsieh updated HBASE-3684:
----------------------------------

    Fix Version/s: 0.92.0
    
> Support column range filter 
> ----------------------------
>
>                 Key: HBASE-3684
>                 URL: https://issues.apache.org/jira/browse/HBASE-3684
>             Project: HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Jerry Chen
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 3684.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Currently we have a ColumnPrefix filter which will seek to the proper column prefix. We also need a column range filter to query a range of columns. The proposed interface is the following: ColumnRangeFilter(final byte[] minColumn, boolean minColumnInclusive,final byte[] maxColumn, boolean maxColumnInclusive) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira