Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.h51 bool isHashTable = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp553 option.isHashTable = (IndexType)kvDBProp.GetIntProp(KvDBProperties::INDEX_TYPE, BTREE) == HASH; in InitDataBaseOption()
559 config += option.isHashTable ? in InitDataBaseOption()
H A Drd_single_ver_storage_engine.cpp54 std::string tableMode = GetTableMode(option_.isHashTable); in CreateNewExecutor()