Browse Source

Update Readme

main
kevinyao0901 1 month ago
parent
commit
64bec5b470
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      README.md

+ 0
- 1
README.md View File

@ -113,7 +113,6 @@ Status DBImpl::CreateIndexOnField(const std::string& fieldName) {
std::vector<std::string> DBImpl::QueryByIndex(const std::string& fieldName) {
std::vector<std::string> results;
// 假设我们有一个存储索引的数据库 indexDb_
leveldb::ReadOptions read_options;
// 直接通过 Get 方法查找与 fieldName 相关的索引

Loading…
Cancel
Save