Function tikv::storage::mvcc::reader::scanner::has_data_in_range[][src]

pub fn has_data_in_range<S: Snapshot>(
    snapshot: S,
    cf: CfName,
    left: &Key,
    right: &Key,
    statistic: &mut CfStatistics
) -> Result<bool>