Function tikv::storage::mvcc::reader::scanner::near_reverse_load_data_by_write[][src]

fn near_reverse_load_data_by_write<I>(
    default_cursor: &mut Cursor<I>,
    user_key: &Key,
    write_start_ts: TimeStamp,
    statistics: &mut Statistics
) -> Result<Value> where
    I: Iterator

Similar to near_load_data_by_write, but accepts a BackwardCursor and use near_seek_for_prev internally.