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