Functions§
- As each
CellChunk
could be only part of a cell, this method reorganize multipleCellChunk
from multipleReadRowsResponse
into aVec<(RowKey, Vec<RowCell>)>
. - Flatten and decode the stream of
ReadRowsResponse
into a stream ofResult<(RowKey, Vec<RowCell>)>>
.