Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.h27 struct WriteBatchIndexEntry { struct
28 WriteBatchIndexEntry(size_t o, uint32_t c, size_t ko, size_t ksz) in WriteBatchIndexEntry() function
42 WriteBatchIndexEntry(const Slice* _search_key, uint32_t _column_family, in WriteBatchIndexEntry() argument
56 static const size_t kFlagMinInCf = port::kMaxSizet;
58 bool is_min_in_cf() const { in is_min_in_cf()
72 size_t offset;
73 uint32_t column_family; // c1olumn family of the entry.
74 size_t key_offset; // offset of the key in write batch's string buffer.
75 size_t key_size; // size of the key. kFlagMinInCf indicates
103 int operator()(const WriteBatchIndexEntry* entry1, argument