Module read_rows

Source

Functionsยง

decode_read_rows_response
As each CellChunk could be only part of a cell, this method reorganize multiple CellChunk from multiple ReadRowsResponse into a Vec<(RowKey, Vec<RowCell>)>.
decode_read_rows_response_stream
Flatten and decode the stream of ReadRowsResponse into a stream of Result<(RowKey, Vec<RowCell>)>>.
decode_read_rows_response_to_vec