risingwave_hummock_sdk::key

Function prefixed_range_with_vnode

source
pub fn prefixed_range_with_vnode<B: AsRef<[u8]>>(
    range: impl RangeBounds<B>,
    vnode: VirtualNode,
) -> TableKeyRange
Expand description

Prepend the prefix to the given key range.