Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api.cpp92 if (GRD_DBApiInfo.IndexPreloadApi == nullptr) { in GRD_IndexPreload()
95 if (GRD_DBApiInfo.IndexPreloadApi == nullptr) { in GRD_IndexPreload()
99 return GRD_DBApiInfo.IndexPreloadApi(db, collectionName); in GRD_IndexPreload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp46 GRD_DBApiInfo.IndexPreloadApi = GRD_IndexPreloadInner; in GRD_DBApiInitCommon()
83 GRD_DBApiInfo.IndexPreloadApi = (IndexPreload)dlsym(g_library, "GRD_IndexPreload"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h67 IndexPreload IndexPreloadApi = nullptr; member