risingwave_storage::hummock::utils

Function range_overlap

source
pub fn range_overlap<R, B>(
    search_key_range: &R,
    inclusive_start_key: &B,
    end_key: Bound<&B>,
) -> bool
where R: RangeBounds<B>, B: Ord,