How can i get the keys of the column having sex = male. Using the php library from http://wiki.apache.org/cassandra/ClientExamples
For example my keys are
0,1,2
key: 0 { column( name:age, value:24), column( name:sex, value:female) }
key: 1 { column( name:age, value:24), column( name:sex, value:female) }
key: 2 { column( name:age, value:26), column( name:sex, value:male) }