Home
last modified time | relevance | path

Searched refs:BTREE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h237 BTREE = 0, enumerator
246 IndexType type = BTREE;
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h392 BTREE = 0, enumerator
558 IndexType type = BTREE;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp50 if (type == IndexType::BTREE) { in GetDBIndexType()
51 return DistributedDB::BTREE; in GetDBIndexType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp75 if (type == IndexType::BTREE) { in GetDBIndexType()
76 return DistributedDB::BTREE; in GetDBIndexType()
/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()