Lines Matching refs:table_cache

856   LevelIterator(TableCache* table_cache, const ReadOptions& read_options,  in LevelIterator()  argument
865 : table_cache_(table_cache), in LevelIterator()
1209 auto table_cache = cfd_->table_cache(); in GetTableProperties() local
1211 Status s = table_cache->GetTableProperties( in GetTableProperties()
1291 TableCache* table_cache = cfd_->table_cache(); in TablesRangeTombstoneSummary() local
1294 Status s = table_cache->GetRangeTombstoneIterator( in TablesRangeTombstoneSummary()
1405 total_usage += cfd_->table_cache()->GetMemoryUsageByTableReader( in GetMemoryUsageByTableReaders()
1566 merge_iter_builder->AddIterator(cfd_->table_cache()->NewIterator( in AddIteratorsForLevel()
1591 cfd_->table_cache(), read_options, soptions, in AddIteratorsForLevel()
1624 ScopedArenaIterator iter(cfd_->table_cache()->NewIterator( in OverlapWithLevelIterator()
1642 cfd_->table_cache(), read_options, file_options, in OverlapWithLevelIterator()
1714 table_cache_((cfd_ == nullptr) ? nullptr : cfd_->table_cache()), in Version()
3541 const FileOptions& storage_options, Cache* table_cache, in VersionSet() argument
3546 dbname, _db_options, storage_options, table_cache, in VersionSet()
3568 Cache* table_cache = column_family_set_->get_table_cache(); in ~VersionSet() local
3572 table_cache->Release(file.metadata->table_reader_handle); in ~VersionSet()
3573 TableCache::Evict(table_cache, file.metadata->fd.GetNumber()); in ~VersionSet()
3582 Cache* table_cache = column_family_set_->get_table_cache(); in Reset() local
3586 file_options_, table_cache, in Reset()
4560 cfd->table_cache()->SetTablesAreImmortal(); in Recover()
5427 TableCache* table_cache = v->cfd_->table_cache(); in ApproximateOffsetOf() local
5428 if (table_cache != nullptr) { in ApproximateOffsetOf()
5429 result = table_cache->ApproximateOffsetOf( in ApproximateOffsetOf()
5465 TableCache* table_cache = v->cfd_->table_cache(); in ApproximateSize() local
5466 if (table_cache == nullptr) { in ApproximateSize()
5469 return table_cache->ApproximateSize( in ApproximateSize()
5542 list[num++] = cfd->table_cache()->NewIterator( in MakeInputIterator()
5557 cfd->table_cache(), read_options, file_options_compactions, in MakeInputIterator()
5777 Cache* table_cache, in ReactiveVersionSet() argument
5780 : VersionSet(dbname, _db_options, _file_options, table_cache, in ReactiveVersionSet()