Hi, I have a SCF, Key is string, super column is TimeUUID, and several columns with one column named "type", I create secondary index on this column. I want to have the foliowing query to fetch all super columns along with all columns. 1. given a specific key 2. given a range of super column (start time to end time) 3. given specific "type" value.
Is such query possible? I could not figure out how to use getIndexedSlice to achieve this. Any idea? Thanks. Hou