[
https://issues.apache.org/jira/browse/CASSANDRA-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698659#action_12698659
]
Sandeep Tata commented on CASSANDRA-77:
---------------------------------------
Yes, this is part of a bigger feature: range queries on column names :-)
Much like you'd want to support range queries on keys, range queries on columns
can be useful too -- eg: get all columns between 'a' and 'c' or get all columns
starting with 'f', etc.
I think Jun is working on the other pieces to support the rest of this, the
RangeFilter is just an easy subtask I wanted to get out of the way.
> Need RangeFilter that filters by column name so that min <= name <= max
> -----------------------------------------------------------------------
>
> Key: CASSANDRA-77
> URL: https://issues.apache.org/jira/browse/CASSANDRA-77
> Project: Cassandra
> Issue Type: Sub-task
> Affects Versions: trunk
> Environment: all
> Reporter: Sandeep Tata
> Assignee: Sandeep Tata
> Fix For: trunk
>
> Attachments: rangefilter_and_tests.txt, rangefilter_and_tests_v2.txt
>
>
> We need a filter much like CountFilter and TimeFilter to satisfy mincolname
> <= colname <= maxcolname.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.