Searched refs:gap_ (Results 1 – 2 of 2) sorted by relevance
336 gap_.insert(*it); in CacheMissKeys()339 …) << "# of cache miss keys between min(" << min_ << ") and max(" << max_ << ") is " << gap_.size(); in CacheMissKeys()348 auto it = gap_.find(key); in KeyIsCacheMiss()349 return it != gap_.end(); in KeyIsCacheMiss()
305 std::set<row_id_type> gap_; variable