Home
last modified time | relevance | path

Searched refs:SearchTree (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dprojection_tree.h45 bool SearchTree(std::vector<std::string> &singlePath, size_t &index);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dprojection_tree.cpp66 bool ProjectionTree::SearchTree(std::vector<std::string> &singlePath, size_t &index) in SearchTree() function in DocumentDB::ProjectionTree
H A Dresult_set.cpp199 bool isMatch = context_->projectionTree.SearchTree(singlePath, index); in CheckCutNode()