Searched defs:ExternalSstFileInfo (Results 1 – 1 of 1) sorted by relevance
30 struct ExternalSstFileInfo { struct31 ExternalSstFileInfo() in ExternalSstFileInfo() function43 ExternalSstFileInfo(const std::string& _file_path, in ExternalSstFileInfo() argument59 std::string file_path; // external sst file path60 std::string smallest_key; // smallest user key in file61 std::string largest_key; // largest user key in file63 smallest_range_del_key; // smallest range deletion user key in file65 SequenceNumber sequence_number; // sequence number of all keys in file66 uint64_t file_size; // file size in bytes67 uint64_t num_entries; // number of entries in file[all …]