Searched refs:filterAllPath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_store.cpp | 131 int TranFilter(JsonObject &filterObj, std::vector<std::vector<std::string>> &filterAllPath, bool &i… in TranFilter() argument 134 filterAllPath = JsonCommon::ParsePath(filterObj, errCode); in TranFilter() 139 return CheckCommon::CheckFilter(filterObj, filterAllPath, isIdExist); in TranFilter() 270 std::vector<std::vector<std::string>> filterAllPath; in UpdateDocument() local 271 errCode = TranFilter(filterObj, filterAllPath, isIdExist); in UpdateDocument() 468 std::vector<std::vector<std::string>> filterAllPath; in UpsertDocument() local 469 errCode = TranFilter(filterObj, filterAllPath, isIdExist); in UpsertDocument() 607 std::vector<std::vector<std::string>> filterAllPath; in DeleteDocument() local 608 errCode = TranFilter(filterObj, filterAllPath, isIdExist); in DeleteDocument() 820 std::vector<std::vector<std::string>> filterAllPath; in FindDocument() local [all …]
|