risingwave_storage::hummock::utils

Function validate_delete_range

source
pub(crate) fn validate_delete_range(
    left: &Bound<Bytes>,
    right: &Bound<Bytes>,
) -> bool