Lets Say you have your desired value with Cassandra Column Name (or Cassandra Column Key) and you want to query on the values and not on the Column Name. Cassandra provides us with a Class in Hector API named IndexedSlicesQuery that helps us to query on the Column Vaue.
If we talk about the same in SQL Language it will be something like:
Select * from tableName where columnName
↧