- Type Parameters:
K -
C -
- All Implemented Interfaces:
- com.netflix.astyanax.model.CqlResult<K,C>
public class DirectCqlResult<K,C>
extends java.lang.Object
implements com.netflix.astyanax.model.CqlResult<K,C>
Impl for CqlResult that parses the ResultSet from java driver.
Note that the class does not interpret the column family definition but instead simply
parses each CQL column returned in the result set as an Astyanax column.
Hence this class is applicable in instances where the table is considered to be a flat CQL table.