Home
last modified time | relevance | path

Searched refs:IsDeleteRangeSupported (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtable.h586 virtual bool IsDeleteRangeSupported() const { return false; } in IsDeleteRangeSupported() function
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.h76 bool IsDeleteRangeSupported() const override { return true; } in IsDeleteRangeSupported() function
/rocksdb-6.9/db/
Dcolumn_family.cc503 cf_options.table_factory->IsDeleteRangeSupported()), in ColumnFamilyData()