Module bigtable_rs::bigtable::read_rows
source · Functions§
- As each
CellChunk
could be only part of a cell, this method reorganize multipleCellChunk
from multipleReadRowsResponse
into aVec<(RowKey, Vec<RowCell>)>
.
CellChunk
could be only part of a cell, this method reorganize multiple CellChunk
from multiple ReadRowsResponse
into a Vec<(RowKey, Vec<RowCell>)>
.