pub fn get_from_batch<'a>(
imm: &'a ImmutableMemtable,
table_key: TableKey<&[u8]>,
read_epoch: HummockEpoch,
read_options: &ReadOptions,
local_stats: &mut StoreLocalStatistic,
) -> Option<(HummockValue<&'a Bytes>, EpochWithGap)>
Expand description
Get user_value
from ImmutableMemtable