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
.
pub fn prefixed_range_with_vnode<B: AsRef<[u8]>>(
range: impl RangeBounds<B>,
vnode: VirtualNode,
) -> TableKeyRange
Prepend the prefix
to the given key range
.