Column
The Column is a small piece of the column family entity. Each column has a tuple where the name represents a key and the value itself as a Value
implementation.
With this interface we may have a column inside a column.
The way to storage subcolumn will also depend on each driver implementation as well as the information.
To access the information from Column
it has an alias method to Value
, thus you can do a conversion directly from Column
interface.
Last updated