java.lang.Object
com.google.cloud.bigtable.data.v2.models.Row
All Implemented Interfaces:
Serializable

@InternalExtensionOnly public abstract class Row extends Object implements Serializable
Default representation of a logical row.

The cells contained within, will be sorted by the native order. Please see RowCell.compareByNative() for details.

See Also: