You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Scott Fines <Sc...@nisc.coop> on 2012/10/24 18:36:10 UTC

get_paged_slice with SlicePredicate

Hello all,

I'm playing around with using the get_paged_slice thrift call, and I noticed that it always was returning to me everything in the row--there's no mechanism for specifying a SlicePredicate. Was that intentional? If so, is there a different way that I can limit what I get back? I'd like to page over many rows, but only have data that is contained in a SlicePredicate be returned.

Thanks for your help,

Scott Fines