Home
last modified time | relevance | path

Searched refs:ProjectionNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dprojection_tree.h27 struct ProjectionNode { struct
28 std::unordered_map<std::string, ProjectionNode *> sonNode; argument
31 ProjectionNode() in ProjectionNode() argument
37 ~ProjectionNode() in ~ProjectionNode() argument
48 ProjectionNode node_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dprojection_tree.cpp20 static int ParseSinglePathToTree(ProjectionNode *node, std::vector<std::string> &singlePath) in ParseSinglePathToTree()
32 auto tempNode = new (std::nothrow) ProjectionNode; in ParseSinglePathToTree()
52 ProjectionNode *node = &node_; in ParseTree()
68 ProjectionNode *node = &node_; in SearchTree()
82 int ProjectionNode::DeleteProjectionNode() in DeleteProjectionNode()