- Type Parameters:
K -
C -
- All Implemented Interfaces:
- com.netflix.astyanax.model.Rows<K,C>, java.lang.Iterable<com.netflix.astyanax.model.Row<K,C>>
public class CqlRowListImpl<K,C>
extends java.lang.Object
implements com.netflix.astyanax.model.Rows<K,C>
Impl for Rows that parses the ResultSet from java driver and translates back to Astyanax Rows.
Note that if your schema has a clustering key, then each individual row from the result set is a unique column,
and all result set rows with the same partition key map to a unique Astyanax row.