risingwave_storage::memory

Function to_full_key_range

source
fn to_full_key_range<R, B>(
    table_id: TableId,
    table_key_range: R,
) -> BytesFullKeyRange
where R: RangeBounds<B> + Send, B: AsRef<[u8]>,