risingwave_storage::hummock

Function get_from_batch

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

Get user_value from ImmutableMemtable