Home
last modified time | relevance | path

Searched refs:GRD_KvScanModeE (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_base/
H A Dgrd_type_export.h71 } GRD_KvScanModeE; typedef
74 GRD_KvScanModeE mode;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.h28 const Key &endKey, GRD_KvScanModeE kvScanMode);
87 GRD_KvScanModeE kvScanMode_ = KV_SCAN_PREFIX;
H A Drd_single_ver_storage_executor.h64 int GetEntries(const GRD_KvScanModeE mode, const std::pair<Key, Key> &pairKey,
67 int GetCount(const Key &key, int &count, GRD_KvScanModeE kvScanMode);
69 int GetCount(const Key &beginKey, const Key &endKey, int &count, GRD_KvScanModeE kvScanMode);
105 int OpenResultSet(const Key &key, GRD_KvScanModeE mode, GRD_ResultSet **resultSet);
219 static int GetEntriesPrepare(GRD_DB *db, const GRD_KvScanModeE mode, const std::pair<Key, Key> &pairKey,
H A Drd_single_ver_storage_executor.cpp69 int RdSingleVerStorageExecutor::OpenResultSet(const Key &key, GRD_KvScanModeE mode, GRD_ResultSet **resultSet) in OpenResultSet()
229 int RdSingleVerStorageExecutor::GetCount(const Key &key, int &count, GRD_KvScanModeE kvScanMode) in GetCount()
241 int RdSingleVerStorageExecutor::GetCount(const Key &beginKey, const Key &endKey, int &count, GRD_KvScanModeE kvScanMode) in GetCount()
297 int RdSingleVerStorageExecutor::GetEntriesPrepare(GRD_DB *db, const GRD_KvScanModeE mode, in GetEntriesPrepare()
322 int RdSingleVerStorageExecutor::GetEntries(const GRD_KvScanModeE mode, const std::pair<Key, Key> &pairKey, in GetEntries()
H A Drd_utils.h53 int RdKVScan(GRD_DB *db, const char *collectionName, const Key &key, GRD_KvScanModeE mode,
H A Drd_single_ver_result_set.cpp31 const Key &endKey, GRD_KvScanModeE kvScanMode) in RdSingleVerResultSet()
H A Drd_utils.cpp175 int RdKVScan(GRD_DB *db, const char *collectionName, const Key &key, GRD_KvScanModeE mode, in RdKVScan()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api_inner.cpp38 int32_t GRD_KVScanInner(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key, GRD_KvScanModeE mode, in GRD_KVScanInner()
H A Dgrd_kv_api.cpp59 GRD_API int32_t GRD_KVScan(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key, GRD_KvScanModeE mode, in GRD_KVScan()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_kv_api_inner.h31 int32_t GRD_KVScanInner(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key, GRD_KvScanModeE mode,
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h46 } GRD_KvScanModeE; typedef
49 GRD_KvScanModeE mode;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_kv/
H A Dgrd_kv_api.h33 GRD_API int32_t GRD_KVScan(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key, GRD_KvScanModeE mode,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h47 typedef int32_t (*KVScan)(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key, GRD_KvScanModeE mode,

Completed in 8 milliseconds