Home
last modified time | relevance | path

Searched refs:BlockBasedTablePropertyNames (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc637 const std::string BlockBasedTablePropertyNames::kIndexType =
639 const std::string BlockBasedTablePropertyNames::kWholeKeyFiltering =
641 const std::string BlockBasedTablePropertyNames::kPrefixFiltering =
Dblock_based_table_builder.cc255 properties->insert({BlockBasedTablePropertyNames::kIndexType, val}); in Finish()
256 properties->insert({BlockBasedTablePropertyNames::kWholeKeyFiltering, in Finish()
258 properties->insert({BlockBasedTablePropertyNames::kPrefixFiltering, in Finish()
Dblock_based_table_reader.cc828 BlockBasedTablePropertyNames::kWholeKeyFiltering, in ReadPropertiesBlock()
832 BlockBasedTablePropertyNames::kPrefixFiltering, in ReadPropertiesBlock()
844 auto pos = props.find(BlockBasedTablePropertyNames::kIndexType); in ReadPropertiesBlock()
/rocksdb-6.9/include/rocksdb/
Dtable.h322 struct BlockBasedTablePropertyNames { struct
/rocksdb-6.9/tools/
Dsst_dump_tool.cc299 auto pos = props.find(BlockBasedTablePropertyNames::kIndexType); in SetTableOptionsByMagicNumber()