[
https://issues.apache.org/jira/browse/CASSANDRA-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909862#comment-13909862
]
Edward Capriolo edited comment on CASSANDRA-6757 at 2/23/14 7:43 PM:
---------------------------------------------------------------------
The functionality we are exposing in SliceQueryFilter that already exists is
{code}
ColumnSlice [] slices = ...
SliceQueryFilter filter = new SliceQueryFilter(slices, request.reversed,
request.count);
{code}
was (Author: appodictic):
The functionality we are exposing in SliceQueryFilter that already exists is
{code}
ColumnSlice [] slices = ...
SliceQueryFilter filter = new SliceQueryFilter(slices, request.reversed,
request.count);
{code>
> SliceQueryFilter can accept multiple ColumnSlice but not exposed to thrift
> --------------------------------------------------------------------------
>
> Key: CASSANDRA-6757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6757
> Project: Cassandra
> Issue Type: New Feature
> Reporter: Edward Capriolo
> Assignee: Edward Capriolo
> Attachments: Cassandra-6757.1.diff
>
>
> Thrift has getSlice() which takes a key and a predicate. SliceQueryFilter can
> accept multiple SliceRanges users should have access to this capability
> already found in Cassandra.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)