Functionsยง
- decode_
read_ rows_ response - As each
CellChunkcould be only part of a cell, this method reorganize multipleCellChunkfrom multipleReadRowsResponseinto aVec<(RowKey, Vec<RowCell>)>. - decode_
read_ rows_ response_ stream - Flatten and decode the stream of
ReadRowsResponseinto a stream ofResult<(RowKey, Vec<RowCell>)>>. - decode_
read_ rows_ response_ to_ vec