I have created a column family where the row key is a sensor ID, the column name is a timestamp and the cell value is the sensor reading.
Is there any way I can perform a timeslice query using CQLSH since I do not know the column names in advance?
I have created a column family where the row key is a sensor ID, the column name is a timestamp and the cell value is the sensor reading.
Is there any way I can perform a timeslice query using CQLSH since I do not know the column names in advance?
Hope this helps