Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h48 …int FindDocument(const std::string &collection, const std::string &filter, const std::string &proj…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api_inner.cpp112 …int ret = db->store_->FindDocument(collectionName, query.filter, query.projection, flags, grdResul… in GRD_FindDocInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp801 int DocumentStore::FindDocument(const std::string &collection, const std::string &filter, in FindDocument() function in DocumentDB::DocumentStore