bigtable_rs::bigtable::read_rows

Function decode_read_rows_response_to_vec

source
pub fn decode_read_rows_response_to_vec(
    chunks: Vec<CellChunk>,
) -> Vec<Result<(Vec<u8>, Vec<RowCell>), Error>>