Functionsยง
- decode_
read_ rows_ response - As each
CellChunk
could be only part of a cell, this method reorganize multipleCellChunk
from multipleReadRowsResponse
into aVec<(RowKey, Vec<RowCell>)>
. - decode_
read_ rows_ response_ stream - Flatten and decode the stream of
ReadRowsResponse
into a stream ofResult<(RowKey, Vec<RowCell>)>>
. - decode_
read_ rows_ response_ to_ vec