risingwave_hummock_sdk::key

Function bound_table_key_range

source
pub fn bound_table_key_range<T: AsRef<[u8]> + EmptySliceRef>(
    table_id: TableId,
    table_key_range: &impl RangeBounds<TableKey<T>>,
) -> (Bound<UserKey<&T>>, Bound<UserKey<&T>>)
Expand description

Bound table key range with table id to generate a new user key range.