Skip to main content

merge_primary_key_ranges

Function merge_primary_key_ranges 

Source
pub(crate) fn merge_primary_key_ranges(
    lhs: Option<(Bytes, Bytes)>,
    rhs: Option<(Bytes, Bytes)>,
) -> Option<(Bytes, Bytes)>