FW: Is there any way to enable the multiple super column names at a time?

2010-04-12 Thread Dop Sun
I guess I'm putting in the wrong email list. Sorry for this. My question in short is: whether I can get a certain range of super column in a single query? I have checked the following APIs, but looks they don't work for this: get: for a single column get_slice: contains column_parent as

Re: FW: Is there any way to enable the multiple super column names at a time?

2010-04-12 Thread Jonathan Ellis
The supercolumn parameter to ColumnParent is optional precisely so you can do this. http://wiki.apache.org/cassandra/API On Mon, Apr 12, 2010 at 6:37 AM, Dop Sun su...@dopsun.com wrote: I guess I'm putting in the wrong email list. Sorry for this. My question in short is: whether I can get a

RE: FW: Is there any way to enable the multiple super column names at a time?

2010-04-12 Thread Dop Sun
Also tried: client.multiget_slice(ksName, mKeyList, parent, predicate, ConsistencyLevel.ONE); Gets the same result, if I put the super_column as null or empty array, it returns nothing, but if I give the correct super_column value, it returns expected 3 columns. I'm using the Keyspace1.Super1.