- Type Parameters:
N - Column name typeV - Column value type
- All Implemented Interfaces:
- Row<K,N,V>
public final class RowImpl<K,N,V>
extends Object
implements Row<K,N,V>
A Row is a touple consisting of a Key and a Column Slice.
A Row may be used to hold the returned value from queries such as get_range_slices.
- Author:
- Ran Tavory