I'm confused what you are looking to do. CQL3 syntax (SELECT * FROM keyspace.cf WHERE user = 'cooldude') has nothing to do with thrift client calls (such as multiget_slice)
What is your goal here? Best, michael On 2/14/13 5:57 PM, "Drew Kutcharian" <d...@venarc.com> wrote: >Hi Guys, > >What's the syntax for multiget_slice in CQL3? How about multiget_count? > >-- Drew