Hi All: I am thinking a more precise query in Cassandra:
Could we hava a query API like this : List<ColumnOrSuperColumn>> get_slice_condition(String keyspace, List<String> keys, ColumnParent column_parent, Map<ColumnName, QueryCondition> queryConditions, int consistency_level) So we could use this API to query more precise data like age column's value must larger than 30 ;) -- Regards Peng Guo