H A D | rd_single_ver_storage_executor.cpp | 298 const std::pair<Key, Key> &pairKey, std::vector<Entry> &entries, GRD_ResultSet **resultSet) in GetEntriesPrepare() 303 ret = RdKVScan(db, SYNC_COLLECTION_NAME, pairKey.first, KV_SCAN_PREFIX, resultSet); in GetEntriesPrepare() 307 ret = RdKVRangeScan(db, SYNC_COLLECTION_NAME, pairKey.first, pairKey.second, resultSet); in GetEntriesPrepare() 322 int RdSingleVerStorageExecutor::GetEntries(const GRD_KvScanModeE mode, const std::pair<Key, Key> &pairKey, in GetEntries() argument 326 int ret = GetEntriesPrepare(db_, mode, pairKey, entries, &resultSet); in GetEntries() 297 GetEntriesPrepare(GRD_DB *db, const GRD_KvScanModeE mode, const std::pair<Key, Key> &pairKey, std::vector<Entry> &entries, GRD_ResultSet **resultSet) GetEntriesPrepare() argument
|