- Type Parameters:
N - column name typeV - column value type
- All Superinterfaces:
- Iterable<Row<K,N,V>>, Rows<K,N,V>
- All Known Implementing Classes:
- CqlRows, OrderedRowsImpl
public interface OrderedRows<K,N,V>
extends Rows<K,N,V>
Return type from get_range_slices for simple columns
- Author:
- Ran Tavory