I still don't understand how should I code to make a RangedSliceQuery with a composite key. The other questions around aren't too generic.
The primary key in my table is PRIMARY KEY (Year int, Month int, DayofMonth int, UniqueCarrier varchar, FlightNum int)) and there are 20 other columns. How should I create the Composite variable ? How should I set the start and the end? My objective is to paginate through the table using RangedSliceQuery.