Home
last modified time | relevance | path

Searched defs:TablePropertiesNames (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtable_properties.h32 struct TablePropertiesNames { struct
33 static const std::string kDataSize;
34 static const std::string kIndexSize;
39 static const std::string kFilterSize;
40 static const std::string kRawKeySize;
41 static const std::string kRawValueSize;
43 static const std::string kNumEntries;
44 static const std::string kDeletedKeys;
48 static const std::string kFixedKeyLen;
52 static const std::string kComparator;
[all …]