Loading

CELL->

Extension: io.senx.ext.hfstore.HFStoreWarpScriptExtension

extensions

The CELL-> function extracts informations from a Cell instance retrieved from a HFile via the io.senx.hadoop.HFileInputFormat.

The informations returned are stored in a MAP under the following keys:

KeyDescription
rowA byte array (BYTES) containing the row key.
cfA byte array containing the column family.
cqA byte array containing the column qualifier.
tsThe timestamp associated with the Cell.
valueA byte array containing the value of the Cell.
tagsA list of MAP instances, one per tag, with type (LONG) and value (BYTES) elements.

See also

Signatures