Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h219 …static int GetEntriesPrepare(GRD_DB *db, const GRD_KvScanModeE mode, const std::pair<Key, Key> &pa…
H A Drd_single_ver_storage_executor.cpp297 int RdSingleVerStorageExecutor::GetEntriesPrepare(GRD_DB *db, const GRD_KvScanModeE mode, in GetEntriesPrepare() function in DistributedDB::RdSingleVerStorageExecutor
326 int ret = GetEntriesPrepare(db_, mode, pairKey, entries, &resultSet); in GetEntries()